django-components/docs/examples/index.md
2025-09-29 15:58:47 +02:00

20 lines
942 B
Markdown

# Overview
`django-components` makes it easy to share components between projects
([See how to package components](../concepts/advanced/component_libraries.md)).
Here you will find public examples of components and component libraries.
If you have components that would be useful to others, open a [pull request](https://github.com/django-components/django-components/pulls) to add them to this collection.
## Components
- [Form](./form.md) - A form component that automatically generates labels and arranges fields in a grid.
- [Tabs](./tabs.md) - Dynamic tabs with [AlpineJS](https://alpinejs.dev/).
## Packages
Packages or projects that define components for django-components:
- [djc-heroicons](https://pypi.org/project/djc-heroicons/) - Icons from HeroIcons.com for django-components.
- [`django-htmx-components`](https://github.com/iwanalabs/django-htmx-components) - A set of components for use with [htmx](https://htmx.org/).