diff --git a/README.md b/README.md index 1e09ff9f..bc18b94e 100644 --- a/README.md +++ b/README.md @@ -748,6 +748,12 @@ python manage.py startcomponent my_component --dry-run This will simulate the creation of `my_component` without creating any files. +## Community examples + +One of our goals with `django-components` is to make it easy to share components between projects. If you have a set of components that you think would be useful to others, please open a pull request to add them to the list below. + +- [django-htmx-components](https://github.com/iwanalabs/django-htmx-components): A set of components for use with [htmx](https://htmx.org/). Try out the [live demo](https://dhc.iwanalabs.com/). + ## Install locally and run the tests Start by forking the project by clicking the **Fork button** up in the right corner in the GitHub . This makes a copy of the repository in your own name. Now you can clone this repository locally and start adding features: