Tailwind-Styled-Component icon indicating copy to clipboard operation
Tailwind-Styled-Component copied to clipboard

Create Tailwind CSS React components like styled components with class names on multiple lines and conditional class rendering

Results 37 Tailwind-Styled-Component issues
Sort by recently updated
recently updated
newest added

This pr fixes the typing issues #43 from v2.1.4. The issue stemmed from `keyof JSX.IntrinsicElements` which was quadractically expanding for some reason. This fix simply gets the prop typing for...

![image](https://user-images.githubusercontent.com/11473691/163782180-65ebafdd-adf8-4169-a99a-86e7565e3357.png) I think it is TailwindComponent? but it is any.

Hello, How can I configure IntelliSense autocomplete on WebStorm?

question

whenever I try to install tailwind-styled-components with pnpm it says I should be using an older version of react and react-dom, even tho I have newer ones: terminal error: ```...

Hi, I need an equivalent of this: ``` &:not([value='']) { outline-none } ${Input}:focus ~ && { text-xs } ``` Is there an equivalent with this library?

This library looks amazing, and seems like it does exactly what I need - enabling me to use Tailwind with React without turning my JSX into an unreadable mess. Since...

Hello again. Thanks for the 2.1.2 version fix. Unfortunately, upgrading to 2.1.4 and running `tsc` presented an error on a whole different level: ``` [2053:0x5bd9060] 88488 ms: Scavenge 2027.0 (2073.3)...

you could export twMerge function from 'tailwind-merge' as part of this package. So we don't have to install 'tailwind-merge' as a separate package when tailwind-styled-components already comes with it. Thoughts...

How would I go about getting formatting on save with this package? Really love the direction, but need to be able to paste in tailwind classes into a styled component...

If I use a tailwind framework, like daisy ui, will this still work?