Documentation
Description
A button from the second app — same component name as demo_components.
This app exists to demonstrate multi-app registration: two apps can both
define a button component. The gallery shows them under their
respective app labels, and the template tag requires the app-qualified
form {% demo_extra:button "Click me" %} to resolve ambiguity.
Example usage::
{% demo_extra:button "Click me" %}
Usage
Qualified tag usage
{% demo_extra__button "foo" %}
Parameters
| Name | Type | Required | Default | Choices | Description |
|---|---|---|---|---|---|
label
|
str
|
Yes | — | — | The button label. |
Sandbox