Name Description Size Coverage
moz-visual-picker-item.css The margin needs to account for the increased border-width on the checked item. 3179 -
moz-visual-picker-item.tokens.css DO NOT EDIT this file directly, instead modify moz-visual-picker-item.tokens.json and run `mach buildtokens` to see your changes. 936 -
moz-visual-picker-item.tokens.json 336 -
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. @property {string} orientation Layout orientation of the picker, "horizontal" (default) or "vertical". Propagates to moz-visual-picker-item children. @slot default - The picker's content, intended for moz-visual-picker-items. 6408 -
moz-visual-picker.stories.mjs Items are full-width rows in the vertical orientation, so the horizontal max-width would make them look cramped. 6294 -