From c36877bf4524191797c848728be69a618994c53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Sat, 23 Nov 2024 15:47:49 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- packages/leptos-node-ref/README.md | 15 +++++++++++++++ packages/leptos-struct-component-macro/README.md | 16 ++++++++++++++++ packages/leptos-struct-component/README.md | 16 ++++++++++++++++ 4 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 packages/leptos-node-ref/README.md create mode 100644 packages/leptos-struct-component-macro/README.md create mode 100644 packages/leptos-struct-component/README.md diff --git a/README.md b/README.md index 1565d8e..3a6726e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/packages/leptos-node-ref/README.md b/packages/leptos-node-ref/README.md new file mode 100644 index 0000000..a0188fd --- /dev/null +++ b/packages/leptos-node-ref/README.md @@ -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. diff --git a/packages/leptos-struct-component-macro/README.md b/packages/leptos-struct-component-macro/README.md new file mode 100644 index 0000000..454ef1c --- /dev/null +++ b/packages/leptos-struct-component-macro/README.md @@ -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. diff --git a/packages/leptos-struct-component/README.md b/packages/leptos-struct-component/README.md new file mode 100644 index 0000000..ea8a80d --- /dev/null +++ b/packages/leptos-struct-component/README.md @@ -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.