Skip to content

Commit

Permalink
Add examples section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Oct 25, 2023
1 parent a8868cb commit 6250081
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6250081

Please sign in to comment.