Skip to content

Commit

Permalink
Update radio-group-matrix.stories.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Oct 1, 2024
1 parent 97fc13a commit cf3290e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { StoryFn, Meta } from '@storybook/html';
import { html, ViewTemplate } from '@microsoft/fast-element';
import { Orientation } from '@microsoft/fast-web-utilities';
import { standardPadding } from '../../../../nimble-components/src/theme-provider/design-tokens';
import { radioTag } from '../../../../nimble-components/src/radio';
import { radioGroupTag } from '../../../../nimble-components/src/radio-group';
import {
Expand Down Expand Up @@ -43,6 +44,7 @@ const component = (
?error-visible="${() => errorVisible}"
error-text="${() => errorText}"
value="1"
style="width: 250px; margin: var(${standardPadding.cssCustomProperty});"
>
<label slot="label">${orientationName} ${disabledName} ${errorName}</label>
<${radioTag} value="1">Option 1</${radioTag}>
Expand Down

0 comments on commit cf3290e

Please sign in to comment.