Skip to content

Commit

Permalink
Merge pull request #253 from mediamonks/61-show-preview-of-autofill-o…
Browse files Browse the repository at this point in the history
…n-docs-page

#61 Show preview of AutoFill in doc page
  • Loading branch information
leroykorterink authored Oct 24, 2023
2 parents d7b124f + f737e29 commit e34b505
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/AutoFill/AutoFill.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ function DemoComponent() {
}
```

### Demo

<Canvas of={stories.Horizontal} />

## AutoFill for Y axis

Fills components vertically.
Expand All @@ -53,3 +57,7 @@ function DemoComponent() {
);
}
```

### Demo

<Canvas of={stories.Vertical} />

0 comments on commit e34b505

Please sign in to comment.