ecklf / tailwindcss-radix

Utilities and variants for styling Radix state
https://tailwindcss-radix.vercel.app
MIT License
2.11k stars 67 forks source link

variantPrefix cannot be a boolean #54

Closed guilbaultcarbo closed 2 months ago

guilbaultcarbo commented 2 months ago

Hi, I'm trying to set variantPrefix to false like it is shown in the documentation but I have a typescript warning.

Capture d’écran du 2024-08-13 09-29-16

I think it comes from the fact that variantPrefix is typed to be a string. But the documentation says it can also be a boolean. Am I doing something wrong ?

ecklf commented 2 months ago

Was a silly mistake with types, should be fixed in 3.0.4

guilbaultcarbo commented 2 months ago

Ok thanks !