Split out emoji stories per collection

This commit is contained in:
Gabe Kangas 2023-01-26 20:46:10 -08:00
parent 2672dc2f1b
commit ed3ba377b1
No known key found for this signature in database
GPG key ID: 4345B2060657F330
2 changed files with 25 additions and 5 deletions

View file

@ -8,6 +8,9 @@ import { Image, ImageRow } from './ImageAsset';
## Blob
<Story
name="Blob"
>
<a href="img/emoji/blob/LICENSE.md" target="_blank">
LICENSE
</a>
@ -35,10 +38,14 @@ import { Image, ImageRow } from './ImageAsset';
{src: "img/emoji/blob/blobyes.png", name: "blobyes.png"},
{src: "img/emoji/blob/blobyum.png", name: "blobyum.png"},
]}/>
</Story>
## Conigliolo96
<Story
name="Conigliolo96"
>
<a href="img/emoji/conigliolo96/LICENSE.md" target="_blank">
LICENSE
</a>
@ -50,10 +57,14 @@ import { Image, ImageRow } from './ImageAsset';
{src: "img/emoji/conigliolo96/conigliolo25.gif", name: "conigliolo25.gif"},
{src: "img/emoji/conigliolo96/conigliolo28.gif", name: "conigliolo28.gif"},
]}/>
</Story>
## Dog
<Story
name="Dog"
>
<a href="img/emoji/dog/LICENSE.md" target="_blank">
LICENSE
</a>
@ -68,10 +79,14 @@ import { Image, ImageRow } from './ImageAsset';
{src: "img/emoji/dog/img347.svg", name: "img347.svg"},
{src: "img/emoji/dog/img352.svg", name: "img352.svg"},
]}/>
</Story>
## Mutant
<Story
name="Mutant"
>
<a href="img/emoji/mutant/LICENSE.md" target="_blank">
LICENSE
</a>
@ -128,5 +143,6 @@ import { Image, ImageRow } from './ImageAsset';
{src: "img/emoji/mutant/tennis.svg", name: "tennis.svg"},
{src: "img/emoji/mutant/volleyball.svg", name: "volleyball.svg"},
]}/>
</Story>

View file

@ -9,6 +9,9 @@ import { Image, ImageRow } from './ImageAsset';
## {{capitalize this.name}}
<Story
name="{{capitalize this.name}}"
>
<a href="img/emoji/{{this.name}}/LICENSE.md" target="_blank">
LICENSE
</a>
@ -17,5 +20,6 @@ import { Image, ImageRow } from './ImageAsset';
{src: "{{this.src}}", name: "{{this.name}}"},
{{/each}}
]}/>
</Story>
{{/each}}