{% extends 'base.html' %}
{% block body %}
This is an unofficial Django port of shadcn/ui.
This project is not affiliated with shadcn.
Beautifully designed components that you can copy and paste into your apps, based on shadcn/ui.
Components are built with Tailwind CSS
and Alpine.js
and are HTMX-compatible,
making them highly customizable and interactive.
This is NOT a component library. It's a collection of re-usable components that you can add to your Django templates using the CLI.
What do you mean not a component library?
It means you do not install it as a dependency.
Pick the components you need. Use the CLI to automatically add the components, and customize to your needs. The code is yours.
{% endblock %}