moz-box-item.css |
|
598 |
moz-box-item.mjs |
A custom element used for highlighting important information and/or providing
context for specific settings.
@tagname moz-box-item
@property {string} label - Label for the button.
@property {string} description - Descriptive text for the button.
@property {string} iconSrc - The src for an optional icon shown next to the label.
@property {string} layout - Layout style for the box content, either "default" or "large-icon".
@slot default - Slot for the box item's content, which overrides label and description.
@slot actions - Slot for the actions positioned at the end of the component container.
@slot actions-start - Slot for the actions positioned at the start of the component container.
|
1939 |
moz-box-item.stories.mjs |
|
3925 |
README.stories.md |
|
5909 |