Name Description Size
moz-visual-picker-item.css 1024
moz-visual-picker.mjs An element that groups related items and allows a user to navigate between them to select an item. The appearance of the items of the group is determined by the consumer. @tagname moz-visual-picker @property {string} label - Label for the group of elements. @property {string} description - Description for the group of elements. @property {string} name Name used to associate items in the group. Propagates to moz-visual-picker's children. @property {string} value Selected value for the group. Changing the value updates the checked state of moz-visual-picker-item children and vice versa. @slot default - The picker's content, intended for moz-visual-picker-items. 3550
moz-visual-picker.stories.mjs 3507