diff --git a/docs/Thirdparties.md b/docs/Thirdparties.md index 67fdafac9..f37196bd1 100644 --- a/docs/Thirdparties.md +++ b/docs/Thirdparties.md @@ -144,7 +144,6 @@ module.exports = { *Based on @mikberg’s [blog post](https://medium.com/@mikaelberg/writing-simple-unit-tests-with-relay-707f19e90129).* - ### Styled Components The [recommended way](https://github.com/styleguidist/react-styleguidist/issues/37#issuecomment-263502454) of using [Styled Components](https://www.styled-components.com/) is like this: @@ -164,6 +163,10 @@ export default function Button({ children, ...props }) { } ``` +### Fela + +Check out the [official example](https://github.com/rofrischmann/fela/tree/master/packages/example-with-styleguidist). + ### CSS Modules with react-css-modules You need to export two components: (1) unstyled React component as named export and (2) enhanced component as a default export: