From b5acdd6a99c758d99f71fd3d07314190db015437 Mon Sep 17 00:00:00 2001 From: Dylan Castillo Date: Sat, 24 Feb 2024 15:25:15 +0100 Subject: [PATCH] Add django-htmx-components --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: