Skip to content

Commit

Permalink
PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Siggery committed Jan 16, 2025
1 parent 4735e4b commit a488c08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const WithSwitch = createStory<FormLabelProps>(FormLabelWithSwitchTemplat
const variantProps: Partial<Record<keyof FormLabelProps, unknown[]>> = {
optional: ['Optional'],
trailing: ['X of X'],
slot: ['Label'],
};

export const Variants = createVariantStory<FormLabelProps>(DefaultTemplate, variantProps);

0 comments on commit a488c08

Please sign in to comment.