Welcome to storybook
This is a UI component dev environment for your app.
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.
(Basically a story is like a visual test case.)
See these sample @@ -51,7 +51,7 @@ exports[`Storyshots Welcome/ To Storybook To Storybook 1`] = ` for a component called Button @@ -59,26 +59,26 @@ exports[`Storyshots Welcome/ To Storybook To Storybook 1`] = ` .
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
Button
stories located at
src/stories/index.js
@@ -86,15 +86,15 @@ exports[`Storyshots Welcome/ To Storybook To Storybook 1`] = `
.)
inline code
.
"jsdoctags": Array [
Object {
"comment": "",
- "end": 1882,
+ "end": 1802,
"flags": 4227072,
"kind": 321,
"modifierFlagsCache": 0,
- "pos": 1866,
+ "pos": 1787,
"tagName": Object {
- "end": 1877,
+ "end": 1798,
"escapedText": "deprecated",
"flags": 4227072,
"kind": 78,
"modifierFlagsCache": 0,
- "pos": 1867,
+ "pos": 1788,
"transformFlags": 0,
},
"transformFlags": 0,
@@ -332,21 +332,21 @@ like bold, italic, and inline code
.
"deprecated": false,
"deprecationMessage": "",
"name": Object {
- "end": 3678,
+ "end": 3518,
"escapedText": "x",
"flags": 4227072,
"kind": 78,
"modifierFlagsCache": 0,
- "pos": 3677,
+ "pos": 3517,
"transformFlags": 0,
},
"tagName": Object {
- "end": 3676,
+ "end": 3516,
"escapedText": "param",
"flags": 4227072,
"kind": 78,
"modifierFlagsCache": 0,
- "pos": 3671,
+ "pos": 3511,
"transformFlags": 0,
},
"type": "number",
@@ -357,21 +357,21 @@ like bold, italic, and inline code
.
"deprecated": false,
"deprecationMessage": "",
"name": Object {
- "end": 3724,
+ "end": 3563,
"escapedText": "y",
"flags": 4227072,
"kind": 78,
"modifierFlagsCache": 0,
- "pos": 3723,
+ "pos": 3562,
"transformFlags": 0,
},
"tagName": Object {
- "end": 3722,
+ "end": 3561,
"escapedText": "param",
"flags": 4227072,
"kind": 78,
"modifierFlagsCache": 0,
- "pos": 3717,
+ "pos": 3556,
"transformFlags": 0,
},
"type": "string | number",
@@ -445,21 +445,21 @@ An internal calculation method which adds \`x\` and \`y\` together.
"deprecated": false,
"deprecationMessage": "",
"name": Object {
- "end": 4263,
+ "end": 4079,
"escapedText": "password",
"flags": 4227072,
"kind": 78,
"modifierFlagsCache": 0,
- "pos": 4255,
+ "pos": 4071,
"transformFlags": 0,
},
"tagName": Object {
- "end": 4254,
+ "end": 4070,
"escapedText": "param",
"flags": 4227072,
"kind": 78,
"modifierFlagsCache": 0,
- "pos": 4249,
+ "pos": 4065,
"transformFlags": 0,
},
"type": "string",
@@ -500,22 +500,22 @@ A private method.
"deprecated": false,
"deprecationMessage": "",
"name": Object {
- "end": 4113,
+ "end": 3938,
"escapedText": "id",
"flags": 4227072,
"kind": 78,
"modifierFlagsCache": 0,
- "pos": 4111,
+ "pos": 3936,
"transformFlags": 0,
},
"optional": true,
"tagName": Object {
- "end": 4110,
+ "end": 3935,
"escapedText": "param",
"flags": 4227072,
"kind": 78,
"modifierFlagsCache": 0,
- "pos": 4105,
+ "pos": 3930,
"transformFlags": 0,
},
"type": "number",
@@ -945,7 +945,7 @@ export class InputComponent