mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
13 lines
340 B
Text
13 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}}
|
||
|
]}/>
|