mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:41:21 +08:00
Fix typos and add punctuation marks
This commit is contained in:
parent
d79a030b3e
commit
4579999714
@ -11,7 +11,7 @@ It's really easy to theme Storybook globally.
|
|||||||
|
|
||||||
We've created two basic themes that look good of the box: "normal" (a light theme) and "dark" (a dark theme).
|
We've created two basic themes that look good of the box: "normal" (a light theme) and "dark" (a dark theme).
|
||||||
|
|
||||||
As the simplest example example, you can tell Storybook to use the "dark" theme by modifyig `.storybook/config.js`:
|
As the simplest example, you can tell Storybook to use the "dark" theme by modifying `.storybook/config.js`:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import { addParameters } from '@storybook/react';
|
import { addParameters } from '@storybook/react';
|
||||||
@ -25,7 +25,7 @@ addParameters({
|
|||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
When setting a theme, set a full theme object. The theme is replaced not combined.
|
When setting a theme, set a full theme object. The theme is replaced, not combined.
|
||||||
|
|
||||||
## Dynamic theming
|
## Dynamic theming
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ export default create({
|
|||||||
|
|
||||||
## Addons and theme creation
|
## Addons and theme creation
|
||||||
|
|
||||||
Some addons require specific theme variables that a Storybook user must add. If you share your theme with the community make sure to support the official and other popular addons so your users have a consistent experience.
|
Some addons require specific theme variables that a Storybook user must add. If you share your theme with the community, make sure to support the official and other popular addons so your users have a consistent experience.
|
||||||
|
|
||||||
For example, the popular Actions addon uses [react-inspector](https://github.com/xyc/react-inspector/blob/master/src/styles/themes/chromeLight.js) which has themes of its own. Supply additional theme variables to style it like so:
|
For example, the popular Actions addon uses [react-inspector](https://github.com/xyc/react-inspector/blob/master/src/styles/themes/chromeLight.js) which has themes of its own. Supply additional theme variables to style it like so:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user