mirror of
https://github.com/django-components/django-components.git
synced 2025-09-27 07:59:08 +00:00
Merge pull request #387 from dylanjcastillo/add-community-examples
Add django-htmx-components
This commit is contained in:
commit
f5855b50e3
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue