mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
12 lines
340 B
Text
12 lines
340 B
Text
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}}
|
|
]}/>
|