You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
664 B
27 lines
664 B
import { Canvas, Meta, Story, Description, IconGallery, IconItem } from '@storybook/addon-docs'; |
|
import { Image, ImageRow } from './ImageAsset'; |
|
|
|
<Meta title="owncast/Frontend Assets/Emoji" parameters=\{{previewTabs: { canvas: { hidden: true } }, chromatic: { disableSnapshot: true }}} /> |
|
|
|
# Built-in Custom Emoji |
|
|
|
{{#each emojiCollections}} |
|
|
|
<Description |
|
markdown={` |
|
## {{capitalize this.name}} |
|
|
|
<a href="img/emoji/{{this.name}}/LICENSE.md" target="_blank"> |
|
LICENSE |
|
</a> |
|
`} /> |
|
|
|
<IconGallery> |
|
{{#each images}} |
|
<IconItem name="{{this.name}}"> |
|
<img src="{{this.src}}" /> |
|
</IconItem> |
|
{{/each}} |
|
</IconGallery> |
|
|
|
{{/each}}
|
|
|