DEV Community

Discussion on: Why I don't like to use Styled-Components

Collapse
 
buriti97 profile image
buridev

And also it can be import like import * as S from ./your-styled-component-file .
And use:

<S.Button>Your button Text</S.Button>
Enter fullscreen mode Exit fullscreen mode
Collapse
 
ucvdesh profile image
Daniel Silva

But, that's a compound component pattern...not a styled-component pattern