owncast/web/.storybook/tools/Images.stories.mdx
2023-01-26 20:15:02 -08:00

12 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}}
]}/>