Welcome to storybook
This is a UI component dev environment for your app.
We've added some basic stories inside the
src/stories
@@ -90,14 +95,14 @@ exports[`Storyshots Button with text 1`] = `
directory.
See these sample
@@ -120,7 +125,7 @@ exports[`Storyshots Button with text 1`] = `
for a component called
Button
@@ -131,24 +136,24 @@ exports[`Storyshots Button with text 1`] = `
Just like that, you can add your own components as stories.
Usually we create stories with smaller UI components in the app.
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.)
@@ -106,12 +111,12 @@ exports[`Storyshots Button with text 1`] = `
You can also edit those components and see changes right away.
(Try editing the
Button
@@ -156,7 +161,7 @@ exports[`Storyshots Button with text 1`] = `
stories
located at
src/stories/index.js
@@ -167,17 +172,17 @@ exports[`Storyshots Button with text 1`] = `
Have a look at the
NOTE:
Have a look at the
.storybook/webpack.config.js
@@ -225,190 +230,6 @@ exports[`Storyshots Button with text 1`] = `