DHI-GRAS / react-components

React components we use in our frontends
MIT License
1 stars 0 forks source link

Export components as styled #13

Closed bertearazvan closed 4 years ago

bertearazvan commented 4 years ago

Currently, when importing the components in storybook, they are being exported without styling. Export the components with the style.

90db0b3bed84106b4f61ce762a9c2be4

bertearazvan commented 4 years ago

In order to give more flexibility to the devs using the package, the decision is to not export the style of the components but instead to offer more flexible customization.