Merge pull request #387 from dylanjcastillo/add-community-examples

Add django-htmx-components
This commit is contained in:
Emil Stenström 2024-02-24 16:28:14 +01:00 committed by GitHub
commit f5855b50e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -748,6 +748,12 @@ python manage.py startcomponent my_component --dry-run
This will simulate the creation of `my_component` without creating any files. 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 ## 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: 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: