mirror of
https://github.com/owncast/owncast.git
synced 2024-12-20 00:11:27 +03:00
13 lines
299 B
Text
13 lines
299 B
Text
|
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||
|
import { Image, ImageRow } from './ImageAsset';
|
||
|
|
||
|
<Meta title="owncast/Assets/{{title}}" />
|
||
|
|
||
|
# {{capitalize title}}
|
||
|
|
||
|
<ImageRow images={[
|
||
|
{{#each images}}
|
||
|
{src: "{{this.src}}", name: "{{this.name}}"},
|
||
|
{{/each}}
|
||
|
]}/>
|