{% extends 'base.html' %}
{% load code_display %}
{% block body %}
Is it for Django?
Yes. All components are compatible with Django.
Is it styled?
Yes. It comes with default styles that match the other components in this library.
Is it animated?
Yes. It's animated by default, but you can disable it if you prefer.
uvx shadcn_django@latest add accordion
{{ "
Is it for Django?
Yes. All components are compatible with Django.
" | display_code }}
{% endblock %}