You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
340 B
12 lines
340 B
import { Canvas, Meta, Story } from '@storybook/addon-docs'; |
|
import { Image, ImageRow } from './ImageAsset'; |
|
|
|
<Meta title="{{category}}" parameters=\{{chromatic: { disableSnapshot: true }}} /> |
|
|
|
# {{capitalize title}} |
|
|
|
<ImageRow images={[ |
|
{{#each images}} |
|
{src: "{{this.src}}", name: "{{this.name}}"}, |
|
{{/each}} |
|
]}/>
|
|
|