{% extends 'django_cotton_gallery/base.html' %}
{% load i18n %}
{% block title %}{% trans "Annotation builder" %}{% endblock %}
{% block content %}
{% blocktranslate %}Compose a component's whole annotation block interactively — the {% trans "Annotation builder" %}
@description, @strict / @ignore-unused flags, @props, @slots and @trigger — plus the matching <c-vars> line. Fill the fields and copy the result into a new component template.{% endblocktranslate %}
{% trans "One-line summary — the @description annotation." %}
{% trans "For modals/drawers — the element that opens the component (@trigger)." %}
{% trans "Identifier — appears on both
{% trans "Drives the controls UI on the detail page." %}
{% trans "Comma-separated — e.g. info, success, warn, danger." %}
{% trans "Fallback value. Leave empty to omit." %}
{% trans "One-line summary for hover docs." %}
{% trans "Optional message — e.g. \"Use new-api\"." %}
{% trans "Optional usage hint for hover docs." %}
{% trans "Empty = the default slot; otherwise a named slot (@slot:name)." %}
{% trans "Shown in the gallery preview. Optional." %}
{% trans "Optional — rendered after a — separator." %}