File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/go-ui-storybook/src/stories Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments