Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Nov 23, 2024
1 parent dc74653 commit c36877b
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Utilities for [Leptos](https://leptos.dev/).

Documentation for the crates is available on [Docs.rs](https://docs.rs/):

TODO
- [`leptos-node-ref`](https://docs.rs/leptos-node-ref/latest/leptos_node_ref/)
- [`leptos-struct-component`](https://docs.rs/leptos-struct-component/latest/leptos_struct_component/)
- [`leptos-struct-component-macro`](https://docs.rs/leptos-struct-component-macro/latest/leptos_struct_component_macro/)
- [`leptos-style`](https://docs.rs/leptos-style/latest/leptos_style/)

## License

Expand Down
15 changes: 15 additions & 0 deletions packages/leptos-node-ref/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Leptos Node Ref

Node reference extras for [Leptos](https://leptos.dev/).

## Documentation

Documentation for the crate is available on [Docs.rs](https://docs.rs/):

- [`leptos-node-ref`](https://docs.rs/leptos-node-ref/latest/leptos_node_ref/)

## Rust For Web

The Leptos Node Ref project is part of the [Rust For Web](https://github.com/RustForWeb).

[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
16 changes: 16 additions & 0 deletions packages/leptos-struct-component-macro/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Leptos Struct Component Macro

Define [Leptos](https://leptos.dev/) components using structs.

## Documentation

Documentation for the crates is available on [Docs.rs](https://docs.rs/):

- [`leptos-struct-component`](https://docs.rs/leptos-struct-component/latest/leptos_struct_component/)
- [`leptos-struct-component-macro`](https://docs.rs/leptos-struct-component-macro/latest/leptos_struct_component_macro/)

## Rust For Web

The Leptos Struct Component project is part of the [Rust For Web](https://github.com/RustForWeb).

[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
16 changes: 16 additions & 0 deletions packages/leptos-struct-component/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Leptos Struct Component

Define [Leptos](https://leptos.dev/) components using structs.

## Documentation

Documentation for the crates is available on [Docs.rs](https://docs.rs/):

- [`leptos-struct-component`](https://docs.rs/leptos-struct-component/latest/leptos_struct_component/)
- [`leptos-struct-component-macro`](https://docs.rs/leptos-struct-component-macro/latest/leptos_struct_component_macro/)

## Rust For Web

The Leptos Struct Component project is part of the [Rust For Web](https://github.com/RustForWeb).

[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

0 comments on commit c36877b

Please sign in to comment.