Welcome to Django Components
django-components
combines Django's templating system with the modularity seen in modern frontend frameworks like Vue or React.
With django-components
you can support Django projects small and large without leaving the Django ecosystem.
Sponsorsยค
Quickstartยค
A component in django-components can be as simple as a Django template and Python code to declare the component:
<div class="calendar">
+ Welcome to Django Components

django-components
combines Django's templating system with the modularity seen in modern frontend frameworks like Vue or React.
With django-components
you can support Django projects small and large without leaving the Django ecosystem.
Sponsorsยค
Quickstartยค
A component in django-components can be as simple as a Django template and Python code to declare the component: