mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 19:51:07 +05:00
* feat: upgrade dependencies * chore: update linter and CI workflows * chore: upgrade browserslist
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
import { Meta } from '@storybook/addon-docs'
|
|
|
|
<Meta title="Welcome" />
|
|
|
|
# Welcome to Favycon Storybook.
|
|
|
|
This is a development environment for the application UI components.
|
|
|
|
A story is a unique state one or more components. You can have as many stories as you want. Basically a story is virtual test case.
|