This is a UI component dev environment for your app.
We've added some basic stories inside the
A story is a single state of one or more UI components. You can have as many stories as you
want.
(Basically a story is like a visual test case.)
See these sample
Just like that, you can add your own components as stories.
You can also edit those components and see changes right away.
(Try editing the
Usually we create stories with smaller UI components in the app.
Have a look at the{' '}
Writing Stories
{' '}
section in our documentation.
Have a look at the