jonniebigodes
85b6f84a67
fixes the addon snippet for the toolbars
2021-09-01 18:57:52 +01:00
Aron Griffis
ffbf9dae06
Fix resetArgs example snippet
2021-08-23 14:10:09 -04:00
jonniebigodes
fd66e94d86
polishes the webpack docs
2021-08-17 18:01:55 +01:00
jonniebigodes
68c3949ac9
adjusts the docs for syntax highlighting
2021-08-10 21:40:19 +01:00
jonniebigodes
b875ce1571
Normalized the MDX snippets all around
2021-08-09 19:19:01 +01:00
jonniebigodes
b326f07319
adjustments to the mdx snippets per feedback
2021-08-08 18:33:11 +01:00
jonniebigodes
0f01c6adef
complements the docs with MDX
2021-08-05 18:51:23 +01:00
jonniebigodes
d29ac012f0
Merge pull request #15444 from RickCardoso/fix/docs-page-with-mdx-snippet
...
fix: docs-page with mdx and id explanation
2021-08-03 15:38:57 +01:00
Reuben Wilson
2429af60c0
Fix docs on granular viewports
2021-07-18 13:30:55 +10:00
jonniebigodes
6846b6454a
Merge pull request #15568 from storybookjs/fix_toolbars_docs
...
Chore:(Docs) Fix toolbar docs with better examples and minor polish
2021-07-13 20:37:36 +01:00
jonniebigodes
f9b837e313
fix toolbar docs with better examples and minor polish
2021-07-13 20:14:31 +01:00
Matt Darveniza
8ad7c83b59
Merge branch 'next' of https://github.com/storybookjs/storybook into mdx-argstable-stories
2021-07-13 10:49:06 +10:00
Matt Darveniza
63555fc13e
fix import in example
2021-07-13 10:46:57 +10:00
Max Albrecht
946b4145fc
docs: fix typo in snippet storybook-preview-configure-globaltypes.js.mdx
2021-07-07 10:29:13 +02:00
jonniebigodes
e673030782
address feedback
2021-07-05 19:19:35 +01:00
jonniebigodes
5715718e88
updates the loader docs
2021-07-02 21:29:08 +01:00
Ricardo Cardoso
5a3028b9e2
fix: docs-page with mdx and id explanation
2021-06-30 15:01:18 -03:00
jonniebigodes
b7f47e9360
updates for jsx and tsx support
2021-06-28 23:00:33 +01:00
jonniebigodes
ed6923d6d9
Merge pull request #14233 from pokuwagata/fix-css-loader-option-snippet
...
docs: fix css-loader options for v3 api schema
2021-06-18 20:10:53 +01:00
jonniebigodes
6960cbb2f7
docs changes for docspage
2021-06-11 21:34:09 +01:00
Ian VanSchooten
14f1c94102
Use named import for addons
2021-06-09 13:00:06 -04:00
Ian VanSchooten
f3a44f0c96
Do not try to named import from global
2021-05-25 15:59:46 -04:00
Gert Hengeveld
5362b19cc1
Update code snippets to use argTypes[key].options instead of the deprecated control.options
2021-05-21 11:29:00 +02:00
Michael Shilman
ee0c559606
Merge pull request #14897 from Tomastomaslol/issue-14617-provide-option-to-hide-default-toolbar-tools
...
UI: Provide option to hide default toolbar tools
2021-05-17 22:41:03 +08:00
Norbert de Langen
efe28bbbcb
Merge pull request #14903 from fedodd/patch-1
...
["bug", "documentation"] fix bug in example storybook-preview-body-font-size.html.mdx
2021-05-17 14:12:57 +02:00
Tomas Nygren
c268a733de
add documentation and examples for toolbar configuration
2021-05-14 13:22:47 +10:00
jonniebigodes
f06074924c
fixes for issue 14218
2021-05-12 19:33:26 +01:00
Fedor Semenov
e53169dd88
Update storybook-preview-body-font-size.html.mdx
...
rem values are relative to the root html element, not the body. see https://developer.mozilla.org/en-US/docs/Web/CSS/font-size#rems
2021-05-12 12:34:21 +03:00
jonniebigodes
e81051dad1
community frameworks location updated
2021-05-07 15:51:42 +01:00
Michael Shilman
412eb52586
Merge branch 'next' into 13478-fix-doc-blocks-imports
2021-05-07 12:11:09 +08:00
Michael Shilman
06eb833d5f
Fix doc blocks imports to import from ESM/CJS
2021-05-07 11:51:52 +08:00
inokawa
145654a0db
Remove unused import from snippet
2021-05-07 11:44:58 +09:00
jonniebigodes
341d31a37e
Minor fixes to the common and react snippets
2021-05-06 21:05:56 +01:00
Angela Papadopoulou
1debd1b219
Update docs to include showName property in toolbar items
2021-05-03 11:49:20 +03:00
Michael Shilman
fc3e0511ba
Update docs/snippets/common/component-story-mdx-argtypes.mdx.mdx
2021-04-18 18:07:56 +08:00
Huyen Nguyen
d68d4089fb
docs: correct typo and formatting
2021-04-18 04:39:54 +07:00
peterpeterparker
def4fb743c
docs: missing dash in place-hold.it url
2021-04-17 14:25:08 +02:00
Michael Shilman
9eb3b03b4c
Apply suggestions from code review
2021-04-15 09:47:01 +08:00
jonniebigodes
047c28afab
Adjust the styled-component get theme snippet
2021-04-14 22:41:13 +01:00
jh3y
cd0b4cc26b
docs: update code snippets for writing an addon
2021-04-12 20:03:11 +01:00
Michael Shilman
316b500adb
Merge branch 'next' into dont-shadow-window
2021-04-10 12:09:28 +08:00
Kristian Randall
b8ed01ff76
Add wildcard example to the docs
2021-04-09 17:58:58 +07:00
Eirik Sletteberg
841a55bd68
Don't shadow the window global variable
...
This snippet:
```
import { window } from 'global';
```
will let you mock window variables in Jest tests.
However, it breaks hot module reloading in Vite,
because Vite injects code snippets in top of every
file:
```
window.STUFF = 'Vite injected some HMR code here';
import { window } from 'global';
// this fails: Uncaught ReferenceError: Cannot access 'window' before initialization
```
The simple solution is to rename `window` when importing it:
```
import { window as globalWindow } from 'global';
globalWindow.alert('hello world');
```
The code works like before, but Vite will be able to
inject its code snippet without interfering with the
rest of the code.
2021-04-04 18:36:16 +02:00
jonniebigodes
8ff0a6fcc9
Essentials and addons api (snippets and content) updated
2021-03-31 20:07:21 +01:00
Michael Shilman
1913c922b5
Merge pull request #14390 from YozhEzhi/patch-1
...
[Documentation]: Update my-component-story-use-globaltype.mdx.mdx
2021-03-30 18:12:09 +08:00
YozhEzhi
259b12a3a2
Update my-component-story-use-globaltype.js.mdx
...
https://github.com/storybookjs/storybook/issues/13602
2021-03-30 10:51:48 +03:00
YozhEzhi
a8a846bb82
Update my-component-story-use-globaltype.mdx.mdx
...
https://github.com/storybookjs/storybook/issues/13602
2021-03-30 10:51:25 +03:00
Andrew James
696ec549d4
Updated refs function signature to include StorybookOptions object
...
Discussed here:
https://discord.com/channels/486522875931656193/735329186880946247/821352835995795459
2021-03-16 12:15:04 +00:00
Michael Shilman
140721c03e
Document controls sorting
2021-03-15 17:29:18 +08:00
pokuwagata
439ea5eda3
docs: fix css-loader options for v3 api schema
2021-03-14 23:54:27 +09:00