Component information is stored in YAML files that live alongside the HTML files.
Name
The component name is specified under the name
key. Example:
name: Super Button
Group
The component's group determines where it displays in the UI. The group can be nested using the >
character. It is specified beneath the group
key. Example:
group: Atoms>Buttons