Skip to content

Commit 217f6cc

Browse files
roshni73frozenhelium
authored andcommitted
Add description in Alert
1 parent 4aa80ac commit 217f6cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/go-ui-storybook/src/stories/Alert.stories.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const Info: Story = {
2424
name: 'info',
2525
title: 'Information',
2626
type: 'info',
27+
description:'This is an information alert.'
2728
},
2829
};
2930

@@ -32,6 +33,7 @@ export const Success: Story = {
3233
name: 'success',
3334
title: 'Success',
3435
type: 'success',
36+
description:'This is a Success alert.'
3537
},
3638
};
3739

@@ -40,6 +42,7 @@ export const Warning : Story = {
4042
name: 'warning',
4143
title: 'Warning',
4244
type: 'warning',
45+
description:'This is a warning alert.'
4346
},
4447
};
4548

@@ -48,5 +51,6 @@ export const Danger : Story = {
4851
name: 'danger',
4952
title: 'Danger',
5053
type: 'danger',
54+
description: 'This is a danger alert.'
5155
},
5256
};

0 commit comments

Comments
 (0)