Name Description Size Coverage
moz-box-group.css targets the first element when we have a header, since the element at position 0 won't have the .first class 1460 -
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". @fires reorder Fired when items are reordered via drag-and-drop or keyboard shortcuts. The detail object contains draggedElement, targetElement, position, draggedIndex, and targetIndex. 7291 -
moz-box-group.stories.mjs 10656 -
README.stories.md 8361 -