mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
13 lines
407 B
Text
13 lines
407 B
Text
import { Canvas, Meta, Story, IconItem, IconGallery } from '@storybook/addon-docs';
|
|
|
|
<Meta title="{{category}}" parameters=\{{previewTabs: { canvas: { hidden: true } }, chromatic: { disableSnapshot: true }}} />
|
|
|
|
# {{capitalize title}}
|
|
|
|
<IconGallery>
|
|
{{#each images}}
|
|
<IconItem name="{{this.name}}">
|
|
<img src="{{this.src}}" />
|
|
</IconItem>
|
|
{{/each}}
|
|
</IconGallery>
|