File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
sub-blocks/LayoutItem/__stories__ Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ _Cards are components that are only used together with the slider or layout:_
1818
1919- ### [ BackgroundCard] ( ?path=/story/components-cards-backgroundcard--default&viewMode=docs )
2020
21- - ### [ CardWithImage] ( ?path=/story/components-cards-cardwithimage--default&viewMode=docs )
21+ - ### [ CardWithImage(deprecated) ] ( ?path=/story/components-cards-cardwithimage--default&viewMode=docs )
2222
2323## <a name =" additionals " >Additional sub-blocks</a >
2424
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ import React from 'react';
33
44import LayoutItem from '../LayoutItem' ;
55import { LayoutItemProps } from '../../../models' ;
6- import { COMPONENTS } from '../../../demo/constants' ;
6+ import { CARDS , COMPONENTS } from '../../../demo/constants' ;
77
88import data from './data.json' ;
99
1010export default {
11- title : `${ COMPONENTS } /LayoutItem` ,
11+ title : `${ COMPONENTS } /${ CARDS } / LayoutItem` ,
1212 component : LayoutItem ,
1313} as Meta ;
1414
You can’t perform that action at this time.
0 commit comments