Example Component Library
Demo Components
Card
Layouts Hero
Info card Slotted card
Alert Badge Button Quote oneup Rich button User card
Demo Extra Button
Demo Nav
Cards Info card
Elements Quote oneup Badge
Icon Accessibility
Generic Divider Tooltip
Action button Design guidelines
Demo Single Chip Pill
Gallery / Demo Extra / Button Gallery / / Button
Demo Extra /
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

Minimal example

{% button "foo" %}

Bigger example

{% button "foo" %}

Qualified tag usage

{% demo_extra__button "foo" %}

Parameters

Name Type Required Default Choices Description
label str Yes — — The button label.
Sandbox