moz-fieldset.css |
Hack to handle vertical alignment in cases where we have an icon + heading
followed by a support link |
1507 |
moz-fieldset.figma.ts |
|
1548 |
moz-fieldset.mjs |
Fieldset wrapper to lay out form inputs consistently.
@tagname moz-fieldset
@property {string} label - The label for the fieldset's legend.
@property {string} description - The description for the fieldset.
@property {string} supportPage - Name of the SUMO support page to link to.
@property {number} headingLevel - Render the legend in a heading of this level.
@property {boolean} disabled - Whether the fieldset and its children are disabled.
@property {string} iconSrc - The src for an optional icon.
|
3956 |
moz-fieldset.stories.mjs |
|
4300 |