You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your styled-components require a theme to render properly, you'll want to add a ThemeProvider Wrapper component to the docs.
184
+
185
+
First, you'll need to create your Wrapper component. For this example we'll put it in the `styleguide/` directory, but you can add it anywhere you want.
This will automatically apply your theme to your styled-components. When you fire up the styleguide, `npm run styleguide`, you should see your components render as expected.
215
+
181
216
### Fela
182
217
183
218
Check out the [official example](https://github.com/rofrischmann/fela/tree/master/packages/example-with-styleguidist).
0 commit comments