We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8a091 commit 1b904daCopy full SHA for 1b904da
docs/Alert.stories.tsx
@@ -27,3 +27,10 @@ export const Success = getStory({
27
"title": "Message successfully sent",
28
"description": "Everything went well"
29
});
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