Gaëtan Maisse 89d0ed9b7d
Apply solution discussed in monthly meeting:
- Set `react` and `react-dom` as peerDeps for all `lib` packages needing them
- Set `react` and `react-dom` as peerDeps + optional tag for all `addon` packages needing them
- Set `react` and `react-dom` as regular deps for all non react apps
- Remove `react` and `react-dom` from root `package.json`
- Set a fixed version of `react` in all examples

Also:
- Use "^16.8.0 || ^17.0.0" version range as some packages need React Hooks
2020-11-02 20:49:31 +01:00
..
2020-10-08 10:01:19 +02:00
2019-05-17 12:29:52 +02:00

Storybook Theming

Storybook Theming is a wrapper library for emotion. It ensures a single version of emotion is used everywhere.

It also includes some ready to use themes: light (normal) and dark.