From 6250081ae6736fcac3da5db51ff14b1c0cc056a3 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:13:30 -0700 Subject: [PATCH] Add examples section to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1828cc7..4fdae8f 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,12 @@ button := elem.Button( We provide a subpackage for htmx integration. [Read more about htmx integration here](HTMX_INTEGRATION.md). +## Examples + +For hands-on examples showcasing the usage of `elem`, you can find sample implementations in the `examples/` folder of the repository. Dive into the examples to get a deeper understanding of how to leverage the library in various scenarios. + +[Check out the examples here.](./examples) + ### Contributing Contributions are welcome! If you have ideas for improvements or new features, please open an issue or submit a pull request.