Skip to content

Commit 1b904da

Browse files
committed
Adding other stories
1 parent 7a8a091 commit 1b904da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/Alert.stories.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ export const Success = getStory({
2727
"title": "Message successfully sent",
2828
"description": "Everything went well"
2929
});
30+
31+
export const Small = getStory({
32+
"severity": "info",
33+
"isSmall": true,
34+
"title": "Info: this is a small alert",
35+
"description": "This is the description"
36+
});

0 commit comments

Comments
 (0)