Skip to content

Commit

Permalink
fixing the demo file
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Mar 5, 2021
1 parent cdc4610 commit 04ff2f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/demo/app-samples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const HorizontalBasic: React.FunctionComponent<{
</Description>
<ComponentContainer type={'big-screen'}>
<Chrono
items={items}
items={dataMixed}
mode="HORIZONTAL"
cardHeight={200}
slideShow
Expand Down Expand Up @@ -174,6 +174,7 @@ export const VerticalTreeMixed: FunctionComponent<{
export const HorizontalSlideshow: FunctionComponent<{
type: string;
cardHeight?: number;
items: TimelineItemModel[];
}> = ({ type, cardHeight }) => (
<Horizontal id="slideshow">
<Description>
Expand Down

0 comments on commit 04ff2f1

Please sign in to comment.