DEV Community

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

Collapse
 
ucvdesh profile image
Daniel Silva

Maybe what you can do is

const StyledWrapper = styled.button([``])
Enter fullscreen mode Exit fullscreen mode

As the documentation says:
dev-to-uploads.s3.amazonaws.com/up...

But, still not a good way to do it and again, unnatural syntax. Also, even typescript is giving me an error because it's not a string that's expecting but a TemplateStringArrays and when I try to do it always gives me an Ts error