moz-box-item.css |
|
535 |
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.
|
1527 |
moz-box-item.stories.mjs |
|
2389 |