Metadata-Version: 2.5
Name: django-shadcn
Version: 1.6.0
Summary: shadcn/ui for Django
Project-URL: Homepage, https://github.com/mmaachado/django-shadcn
Project-URL: Issues, https://github.com/mmaachado/django-shadcn/issues
Author-email: Marcelo Machado <uniqueduckinbox@duck.com>, Sarthak Jariwala <sarthak@sarthakjariwala.com>
License-Expression: MIT
License-File: LICENSE
Keywords: alpinejs,components,cotton,django,django-shadcn,library,shadcn,shadcnui,tailwindcss,ui
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.12
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.15.1
Description-Content-Type: text/markdown

# django-shadcn/ui

<p align="center">
<img src="https://img.shields.io/github/stars/mmaachado/django-shadcn" alt="GitHub stars count">
<img src="https://img.shields.io/github/forks/mmaachado/django-shadcn" alt="GitHub forks count">
</p>

<p align="center">
<img src="https://img.shields.io/badge/python-3.12 3.13 3.14-blue?logo=python" alt="Python supported versions">
<a href="https://github.com/mmaachado/django-shadcn/actions/workflows/ci.yml?query=branch%3Amaster"><img src="https://img.shields.io/github/actions/workflow/status/mmaachado/django-shadcn/ci.yml?branch=master&logo=github" alt="GitHub CI status"></a>
<a href="https://pypi.org/project/django-shadcn"><img src="https://img.shields.io/pypi/v/django-shadcn?logo=pypi" alt="PyPI package version"></a>
<!-- <img src="https://img.shields.io/badge/PyPI-{{package.slug}}-tags-8c3c26.svg&link=https://djangopackages.org/packages/p/django-shadcn/" alt="Django Packages version"> -->

<!-- <img src="https://img.shields.io/github/v/release/mmaachado/django-shadcn?logo=github&color=white" alt="GitHub release"> -->
</p>

_⚠️ **Attention**: This project is a direct fork from [Sarthak Jariwala's shadcn-django](https://github.com/SarthakJariwala/shadcn-django) with additional component implementations._

A set of beautifully designed components that you can customize, extend, and build on. Start here then make it your own. Open Source. Open Code. **Use this to build your own component library**.

This is an **unofficial** Django port of [shadcn/ui](https://ui.shadcn.com/). This project **is not** affiliated with shadcn.

## Documentation

Visit https://django-shadcn.vercel.app/ to view the documentation.

## Contributing

Please read the [contributing guide](./.github/CONTRIBUTING.md).

## License

Licensed under the [MIT license](./LICENSE)

The icon set is generated from [Lucide](https://lucide.dev), used under the
[ISC license](./components/icon/LICENSE). That notice is copied into your
project along with the icons.
