You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storybook runs outside of your app. This allows you to develop UI components in isolation, which can improve component reuse, testability, and development speed. You can build quickly without having to worry about application-specific dependencies.
17
17
@@ -31,22 +31,22 @@ Once it's installed, you can `npm run storybook` and it will run the development
31
31
For full documentation on using Storybook visit: [storybooks.js.org](https://storybooks.js.org)
32
32
33
33
## Main Projects
34
-
-[Storybook for react](app/react-storybook) - Storybook for React components
35
-
-[Storybook for react-native](packages/react-native-storybook) - Storybook for React components
34
+
-[Storybook for react](app/react) - Storybook for React components
35
+
-[Storybook for react-native](app/react-native) - Storybook for React components
36
36
37
37
## Sub Projects
38
38
-[Storyshots](lib/storyshots) - Easy snapshot testing for storybook
39
39
-[CLI](lib/cli) - Streamlined installation for a variety of app types
40
40
-[examples](examples) - Code examples to illustrate different Storybook use cases
41
41
42
42
## Addons
43
-
-[addon-actions](addon/actions/) - Log actions as users interact with components in storybook
44
-
-[addon-comments](addon/comments/) - Comment on storybook stories
45
-
-[addon-graphql](addon/graphql/) - Query a GraphQL server within Storybook stories
46
-
-[addon-info](addon/info/) - Annotate stories with extra component usage information
47
-
-[addon-knobs](addon/knobs/) - Interactively edit component prop data in the Storybook UI
48
-
-[addon-notes](addon/notes/) - Annotate storybook stories with notes
49
-
-[addon-options](addon/options/) - Customize the storybook UI in code
43
+
-[addon-actions](addons/actions/) - Log actions as users interact with components in storybook
44
+
-[addon-comments](addons/comments/) - Comment on storybook stories
45
+
-[addon-graphql](addons/graphql/) - Query a GraphQL server within Storybook stories
46
+
-[addon-info](addons/info/) - Annotate stories with extra component usage information
47
+
-[addon-knobs](addons/knobs/) - Interactively edit component prop data in the Storybook UI
48
+
-[addon-notes](addons/notes/) - Annotate storybook stories with notes
49
+
-[addon-options](addons/options/) - Customize the storybook UI in code
0 commit comments