13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
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}}
|
|
]}/>
|