tailwind-variants icon indicating copy to clipboard operation
tailwind-variants copied to clipboard

🦄 Tailwindcss first-class variant API

Results 12 tailwind-variants issues
Sort by recently updated
recently updated
newest added

**Describe the bug** compound variants does not support responsive values **To Reproduce** https://stackblitz.com/edit/vite-react-tailwind-dtjgiu?file=src%2FApp.jsx

bug
cant reproduce
responsive

**Describe the bug** When developing locally, the types for `responsiveVariants` appears to pick up all of our custom screens from our `tailwind.config.js`. This means we're able to see, get autocomplete...

bug

**Describe the bug** `variants` declared in a variant is not carried over to subsequent variants when extended. Before I get chastised for doing this, I want to let everyone know...

bug

**Describe the bug** When using responsive variants to style components in either React or Vue (I just tested with both), the classes do not seem to order correctly. It seems...

bug

**Describe the bug** After upgrading to v0.2.1, I got the following error message when trying to build some of the components I'm developing: ```bash error TS2742: The inferred type of...

bug
need info

**Describe the bug** I'm having problems using VariantProps when importing and exporting into another file. **Expected behavior** I would like it to work correctly because when I import VariantProps from...

bug
need info

**Describe the bug** I am building a React UI Component library, and using `tailwind-variants` for the styles of the component. for the component props, I am extending `VariantProps` to have...

bug
need info

Fixes #134 Adds CVA to the benchmarks since a lot of folks often want to compare the perf of the two libraries. There are only two benchmarks for CVA since...

**Describe the bug** When using the extend capabilities, if a variation's value does not match the shape of the extended tv result, it will add `[object Object]` to the class...

bug

**Describe the bug** When using a tailwind-variants `tv` config with a moderate amount of compound variations, the tailwind-intellisense extension hangs indefinitely for the whole project. **To Reproduce** The best way...

bug