From 382ca2bd4480e666965fa8000359d0814b1c080b Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Sun, 27 Aug 2017 17:39:08 -0400 Subject: [PATCH] file stub --- .../src/stories/__snapshots__/index.storyshot | 78 +++++++++---------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/examples/cra-kitchen-sink/src/stories/__snapshots__/index.storyshot b/examples/cra-kitchen-sink/src/stories/__snapshots__/index.storyshot index bcee53dcb4c0..abecbd842ab8 100644 --- a/examples/cra-kitchen-sink/src/stories/__snapshots__/index.storyshot +++ b/examples/cra-kitchen-sink/src/stories/__snapshots__/index.storyshot @@ -198,7 +198,7 @@ exports[`Storyshots AddonInfo.DocgenButton DocgenButton 1`] = ` - + @@ -224,7 +224,7 @@ exports[`Storyshots AddonInfo.DocgenButton DocgenButton 1`] = ` - + @@ -249,7 +249,7 @@ exports[`Storyshots AddonInfo.DocgenButton DocgenButton 1`] = ` - + - + @@ -692,7 +692,7 @@ exports[`Storyshots AddonInfo.FlowTypeButton FlowTypeButton 1`] = ` - + @@ -717,7 +717,7 @@ exports[`Storyshots AddonInfo.FlowTypeButton FlowTypeButton 1`] = ` - + - + @@ -1062,7 +1062,7 @@ exports[`Storyshots AddonInfo.ImportedPropsButton ImportedPropsButton 1`] = ` - + @@ -1087,7 +1087,7 @@ exports[`Storyshots AddonInfo.ImportedPropsButton ImportedPropsButton 1`] = ` - +

Welcome to React @@ -1325,7 +1325,7 @@ exports[`Storyshots App full app 1`] = `

- To get started, edit + To get started, edit src/App.js @@ -1345,7 +1345,7 @@ exports[`Storyshots Button addons composition 1`] = ` } >

- click the + click the - + Show Info - + label in top right for info about " addons composition @@ -1591,7 +1591,7 @@ exports[`Storyshots Button addons composition 1`] = ` } } > - click the + click the

- My birthday is: + My birthday is: January 20, 2017

@@ -1790,7 +1790,7 @@ exports[`Storyshots Button with new info 1`] = `

- click the + click the - + Show Info - + label in top right for info about " with new info " - +
- Use the + Use the - click the + click the
- click the + click the - + Show Info - + label in top right for info about " with some info " - +
- Use the + Use the - click the + click the

We've added some basic stories inside the - + src/stories - + directory.
A story is a single state of one or more UI components. You can have as many stories as you want. @@ -3019,7 +3019,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `

See these sample - + stories - + for a component called - + @@ -3043,13 +3043,13 @@ exports[`Storyshots Welcome to Storybook 1`] = `
You can also edit those components and see changes right away.
- (Try editing the + (Try editing the Button - stories located at + stories located at @@ -3061,7 +3061,7 @@ exports[`Storyshots Welcome to Storybook 1`] = ` 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 - + .storybook/webpack.config.js - + to add webpack loaders and plugins you are using in this project.