211 Commits

Author SHA1 Message Date
jonniebigodes
91d503a724
Merge pull request #13710 from iivanovw7/fix-ts-documentation-snippet
Fixed typo in typescript documentation snippet
2021-01-27 21:12:26 +00:00
jonniebigodes
bbad9e838f
Merge pull request #13498 from CyberStrike/docs/vue-getting-started
Docs / Vue - Getting Started - Examples
2021-01-26 20:11:52 +00:00
jonniebigodes
803ccf72eb
Merge pull request #13236 from storybookjs/alternative-docs-to-disable-props-control
Added an alternative solution to disable a prop control in docs
2021-01-26 18:08:23 +00:00
Blaine Bublitz
f3e77d166b docs: import from theming module to support esm 2021-01-25 14:06:59 -07:00
jonniebigodes
dd9c36964a
Merge branch 'next' into docs/vue-getting-started 2021-01-23 00:21:07 +00:00
Igor
da53a302df Fixed typo in typescript documentation snippet 2021-01-22 19:01:03 +03:00
Michael Shilman
7dd6dc5272
Merge pull request #13664 from j3rem1e/docs-snippet-svelte
Svelte examples in the documentation
2021-01-22 11:44:06 +08:00
jonniebigodes
63d1612aff
Merge pull request #13485 from DaleSeo/patch-3
docs: Update code snippets on Stories for multiple components
2021-01-21 21:24:39 +00:00
j3rem1e
4022f08de4 Adding svelte examples in the documentation 2021-01-21 20:22:57 +01:00
Michael Shilman
02f53bcc19
Merge pull request #13510 from storybookjs/chore_vue_snippets
Chore: (Docs) Adds missing snippets for vue
2021-01-20 11:10:07 +08:00
Michael Shilman
c5cafac7d4
Merge pull request #13415 from storybookjs/ui_and_env_docs_updates
Chore: Documentation updates for UI and environment variables
2021-01-20 11:07:22 +08:00
Michael Shilman
b2aa06e71b
minor formatting 2021-01-20 11:06:53 +08:00
jonniebigodes
5e74135772 list-story-reuse-data snippet updated 2021-01-13 16:42:24 +00:00
jonniebigodes
4738c4e3f4 address Tom's feedback 2021-01-13 16:28:43 +00:00
ThibaudAv
3a4999daa3 docs(angular): add snippets for storybook-preview-with-styled-components-decorator 2021-01-12 23:17:44 +01:00
ThibaudAv
3a2ea36290 docs(angular): update examples with componentWrapperDecorator 2021-01-12 23:17:43 +01:00
ThibaudAv
702be1996f docs(angular): add required title in default export 2021-01-12 23:17:42 +01:00
Helen
79911aa566
Adds missing character in prop
Adds a missing 'r'!
2021-01-08 12:25:59 -05:00
Dale Seo
bc1a7af7d4
Add missing import 2021-01-06 21:31:13 -05:00
jonniebigodes
7a32e38443
Merge pull request #13542 from profanis/angular-button-story-with-addon
docs: how to use the addons in an Angular component
2021-01-06 20:31:43 +00:00
acdzh
d192f68b03
Update storybook-addon-toolbar-example.js.mdx 2021-01-05 16:16:39 +08:00
Dale Seo
a540ca23e1
use TS properly 2021-01-01 15:43:43 -05:00
profanis
2c4c169460 docs: how to use the addons in an Angular component 2021-01-01 12:26:16 +02:00
jonniebigodes
f20ed05d4b fixes the icons referenced for consistency 2020-12-24 17:05:20 +00:00
Chris Scott
4987f1b7c4 🐣 NEW: vue/storybook-preview-with-styled-components-decorator 2020-12-23 22:16:42 -05:00
jonniebigodes
c14f6a23e7 chore: Add missing snippets for vue 2020-12-23 17:00:49 +00:00
Pearce Liang
ba246c9e9b
fix(docs): correct react viewport snippet's import
The `MINIMAL_VIEWPORTS` is no longer contain 'iphone6' and 'iphonex' in [code](4f5ab9fe9e/addons/viewport/src/defaults.ts). 

In the meantime add `import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';` for more clear example
2020-12-23 17:17:07 +08:00
Chris Scott
ea3a52e0f6 📓 DOCS: Setup / Vue - Preview Global Decorator 2020-12-21 15:39:49 -05:00
Chris Scott
5da6492cc2 📓 DOCS: Setup / Vue - Your Component 2020-12-21 15:39:36 -05:00
Chris Scott
262bb7e799 📓 DOCS: Whats A Story / Vue Button Story With Args 2020-12-21 15:39:09 -05:00
Dale Seo
dfed2fd9e8
add missing Template 2020-12-21 12:18:10 -05:00
Dale Seo
ccf0a739d6
Fix unformatted import 2020-12-18 14:12:20 -05:00
Dale Seo
33be34399e
Fix unformatted import 2020-12-18 14:09:05 -05:00
Dale Seo
fbd16b78e4
Create list-story-with-unchecked-children.ts.mdx 2020-12-18 14:07:04 -05:00
Dale Seo
6030b50411
Add missing imports in code examples 2020-12-18 14:02:07 -05:00
Michael Shilman
be939deee1 Merge branch 'next' into pr/13383 2020-12-15 23:28:45 +08:00
Michael Shilman
bf0bb282b1 Merge branch 'next' into perf/esm-dist 2020-12-15 17:43:53 +08:00
Michael Shilman
e3b6d2819c Merge branch 'next' into pr/13383 2020-12-14 10:39:07 +08:00
Michael Shilman
4ebecd5083 Main.js: Add previewHead, previewBody, managerHead presets 2020-12-11 18:47:51 +08:00
jonniebigodes
b56bd9cc3d documentation adjustments for env variables and ui related items 2020-12-09 21:58:00 +00:00
ThibaudAv
1b65c451d9 refactor(angular): take into account the component deprecation in angular docs 2020-12-09 17:27:03 +01:00
Norbert de Langen
84a4bde3f0
FIX 2020-12-09 14:42:24 +01:00
Norbert de Langen
e717ab1f8b
Merge branch 'next' into perf/esm-dist 2020-12-09 09:45:06 +01:00
Michael Shilman
7891e1d1f4 Fix bad quotes 2020-12-09 12:20:28 +08:00
Norbert de Langen
aab422d33d
move ts3.4 into dist, generate types into dist/ts3.9, make esm dist for all, fix issues 2020-12-08 17:54:25 +01:00
Michael Shilman
4c91362871 cleanup 2020-12-08 19:28:02 +08:00
Michael Shilman
e10138efe5
Merge pull request #13358 from storybookjs/chore_addon_docs_change
Chore: Addon documentation restructure
2020-12-08 12:48:01 +08:00
jonniebigodes
59909eeebd
Update docs/snippets/common/my-addon-storybook-registration.js.mdx
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-12-05 02:39:35 +00:00
jonniebigodes
14d678c6a7 fixed file reference 2020-12-05 01:53:09 +00:00
jonniebigodes
729aa68d81 updates per feedback 2020-12-05 01:23:05 +00:00