Skip to content

Commit

Permalink
back with stories defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jan 7, 2025
1 parent 2d44182 commit 67b635c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/components/Alert/Alert.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export const Preview: Story = (args) => <Alert {...args}></Alert>;

Preview.args = {
children: 'En beskjed det er viktig at brukeren ser',
'data-color': 'info',
'data-size': 'md',
};

export const VariantInfo: Story = (args) => (
Expand Down

0 comments on commit 67b635c

Please sign in to comment.