159 Commits

Author SHA1 Message Date
Michael Shilman
615bc3a438
Merge pull request #13161 from storybookjs/fix_theming
Documentation: Updates theming documentation
2020-12-04 10:50:34 +08:00
Michael Shilman
396c33c60c Merge pull request #13081 from redian/patch-1
Update storybook-preview-head-example.html.mdx
2020-12-02 16:05:29 +08:00
Sebastian Andil
151fb57e84 Update deprecated type
As per 49182c7144/types/react/index.d.ts (L531) SFC type is deprecated.

`VFC` mean Void Functional Component, which is suitable here
2020-11-25 22:04:05 +01:00
Michael Shilman
1e064ef2c3 Merge branch 'next' 2020-11-20 01:26:19 +08:00
Yann Braga
98bf7d82ef
Docs: Update grid usage example 2020-11-19 18:01:50 +01:00
Michael Shilman
fad1cba9b7 Update storybook-preview-with-ordered-pages.js.mdx 2020-11-19 23:02:31 +08:00
Michael Shilman
db762304c9 Docs: Fix hoisted story snippet 2020-11-19 21:13:25 +08:00
jonniebigodes
ecc7668d03 chore:updates the theming documentation 2020-11-18 18:05:02 +00:00
ZouYouShun
271c62d379
Update addon-consume-globaltype.js.mdx
Fix miss <
2020-11-12 14:46:35 +08:00
Michael Shilman
c485675b15
Merge pull request #12941 from storybookjs/chore_writing_docs_updates
Chore: Updates for the Writing docs section
2020-11-09 00:45:09 +08:00
Michael Shilman
de5090e246
Merge pull request #12897 from profanis/stories_for_multiple_components
docs: explain how to create stories for multiple components
2020-11-09 00:43:45 +08:00
jonniebigodes
c6bd077b78 removed comments and fixed vue snippet 2020-11-08 14:58:29 +00:00
Gert Hengeveld
c1a86522c1 Add docs for single story hoisting. 2020-11-07 16:53:39 +01:00
jonniebigodes
ccdaae9b68 chore:updates for the writing docs section 2020-10-28 22:44:37 +00:00
Michael Shilman
c055a69afd
Merge pull request #12896 from storybookjs/add-mdx-examples
Docs: Add MDX examples for essentials
2020-10-27 23:58:42 +08:00
Michael Shilman
0dd39d9ad7
Merge pull request #12917 from storybookjs/chore_expand_controls_docs
Chore: updates for the Controls documentation
2020-10-27 18:53:08 +08:00
jonniebigodes
8028065c20 Updates for the Controls essential documentation 2020-10-26 18:16:54 +00:00
Michael Shilman
4edd42c859
Merge pull request #12889 from DaleSeo/patch-1
Fix syntax error in docs on DocsPage
2020-10-24 21:38:24 +08:00
Michael Shilman
fbccc28147
Merge pull request #12885 from BME5150/fix/snapshots-testing-docs
fix:snapshots-testing doc's mdx
2020-10-24 21:38:01 +08:00
profanis
e77de6f28c docs: explain how to create stories for multiple components 2020-10-24 16:19:09 +03:00
Michael Shilman
8aaec34ef2 Docs: Add MDX examples for essentials 2020-10-24 21:09:28 +08:00
Dale Seo
91b07fb432
Fix syntax error 2020-10-23 13:06:33 -04:00
Unknown
a09f41741b fix:snapshots-testing doc's mdx
・typo
・Delete a comment(doesn't write anything.)
2020-10-23 21:47:18 +09:00
Michael Shilman
3e99a07265 Fix subcomponents examples 2020-10-23 14:56:09 +08:00
Michael Shilman
dc84fe0c76
Merge pull request #12860 from g1eny0ung/docs/minor-fix
Docs: add missing }
2020-10-22 16:07:45 +08:00
Michael Shilman
75b8a5a69c
Merge pull request #12838 from storybookjs/fix_issue_12695
Chore: Update snippet to address issue #12695
2020-10-22 15:51:05 +08:00
Yue Yang
ed443bc777 docs: add missing } 2020-10-22 15:45:07 +08:00
Michael Shilman
ae37b85365
Merge pull request #12815 from aach/docs-vue-page-story
docs: add vue/page-story.js
2020-10-22 10:52:21 +08:00
jonniebigodes
390c81e2e8 snippet update per feedback 2020-10-21 15:54:24 +01:00
jonniebigodes
cf9de1910f Documentation was changed to address issue. 2020-10-20 23:07:04 +01:00
jonniebigodes
3a0095d17c Fix for the snippet and address issue 12695 2020-10-20 18:59:47 +01:00
Alex Alvarez
e624e08927
docs: add snippets/vue/page-story.js.mdx 2020-10-18 22:55:40 +02:00
Maciek Sakrejda
4cdf641dad
Fix stray smart quotes on React snippet 2020-10-16 14:51:07 -07:00
jonniebigodes
9da7db78d0 initial commit for issue #12513 2020-10-14 20:42:12 +01:00
Michael Shilman
c347791d5c Merge branch 'next' into 1009-async-loaders 2020-10-12 16:02:49 +08:00
Michael Shilman
142095f029
Merge pull request #12682 from Ryuno-Ki/patch-1
Your Component for Angular
2020-10-11 04:22:38 +08:00
Michael Shilman
2441452314 Loaders: Add documentation 2020-10-10 17:41:04 +08:00
Michael Shilman
5989fd2bb2 Merge branch 'next' into 1009-async-loaders 2020-10-10 10:48:39 +08:00
profanis
6cc88c8923 docs: explain how to use the decorators in angular 2020-10-09 23:17:20 +03:00
Michael Shilman
7a86ccd2c9
Merge pull request #12717 from benforeva/patch-4
Make story consistent across the example
2020-10-09 08:12:56 +08:00
André Jaenisch
e6bbdb9b1b Add Angular CodeSnippet to Setup docs
Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2020-10-08 22:48:57 +02:00
André Jaenisch
624b37ec8f Your Component for Angular 2020-10-08 22:45:09 +02:00
Dale Seo
5e80e7bd0a
replace props with ArgsTable 2020-10-08 16:40:20 -04:00
Dale Seo
3e9a9a8838
Replace Props with ArgsTable 2020-10-08 16:38:17 -04:00
Andre Dickson
d8b43fa47d
Make story consistent across the example 2020-10-08 01:13:49 -04:00
Michael Shilman
8c9e0ac23c Merge branch 'next' into 10009-poc-async-loaders 2020-10-07 13:10:34 +08:00
Michael Shilman
c1ff295246 Merge branch 'next' into 10009-poc-async-loaders 2020-10-07 12:23:34 +08:00
Giannis Koutsaftakis
64520024cb
Removed semicolon
Semicolon breaks the code in this snippet.
2020-10-07 00:08:32 +03:00
Philipp Munzert
73255fc79f fix comment 2020-10-06 19:54:01 +02:00
jacubsmith
5956a4b74c Fixing missing comma typo 2020-10-04 11:16:53 +01:00