moz-box-group.css |
|
425 |
moz-box-group.figma.ts |
|
351 |
moz-box-group.mjs |
An element used to group combinations of moz-box-item, moz-box-link, and
moz-box-button elements and provide the expected styles.
@tagname moz-box-group
@property {string} type
The type of the group, either "list", "reorderable-list", or undefined.
Note that "reorderable-list" only works with moz-box-item elements for now.
@slot default - Slot for rendering various moz-box-* elements.
@slot <index> - Slots used to assign moz-box-* elements to <li> elements when
the group is type="list".
|
4757 |
moz-box-group.stories.mjs |
|
5129 |
README.stories.md |
|
8361 |