mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
docs: add djc-heroicons to community examples (#896)
This commit is contained in:
parent
3bbd4326e6
commit
6c2a687d69
5 changed files with 10 additions and 4 deletions
|
@ -3,7 +3,9 @@ title: Authoring component libraries
|
|||
weight: 8
|
||||
---
|
||||
|
||||
You can publish and share your components for others to use. Here are the steps to do so:
|
||||
You can publish and share your components for others to use. Below you will find the steps to do so.
|
||||
|
||||
For live examples, see the [Community examples](../../overview/community.md#community-examples).
|
||||
|
||||
## Writing component libraries
|
||||
|
||||
|
|
|
@ -16,3 +16,5 @@ One of our goals with `django-components` is to make it easy to share components
|
|||
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/).
|
||||
|
||||
- [djc-heroicons](https://pypi.org/project/djc-heroicons/): A component that renders icons from [Heroicons.com](https://heroicons.com/).
|
||||
|
|
|
@ -142,9 +142,7 @@ to see the latest features and fixes.
|
|||
|
||||
## 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/).
|
||||
One of our goals with `django-components` is to make it easy to share components between projects. Head over to the [Community examples](./community.md#community-examples) to see some examples.
|
||||
|
||||
## Contributing and development
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue