tailwindcss-radix icon indicating copy to clipboard operation
tailwindcss-radix copied to clipboard

Utilities and variants for styling Radix state

Results 12 tailwindcss-radix issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello. Can we add this feature in the navigation menu. Here are its descriptions [https://github.com/radix-ui/primitives/issues/1462](https://github.com/radix-ui/primitives/issues/1462) and the solution.

![image](https://github.com/ecklf/tailwindcss-radix/assets/121001685/fc9ef0a8-af41-498f-854b-64e254af8563)

I believe the documentation for this project may not beginner friendly for new contributor who are just starting their contributions can someone write here the step by steps of installation...

`import tailwindRadix from 'tailwindcss-radix';` `tailwind.config.ts` ```ts plugins: [ tailwindRadix, ], ``` I am not sure how to specify variantPrefix with esm import.

Didn't see anything about this. Possible to combine multiple states? If so, doesn't seem to work. Not sure which should come first. `rdx-state-checked:rdx-state-disabled:bg-disabled`

Is there a way to make it work with [twin.macro](https://github.com/ben-rogerson/twin.macro)? Thanks!

Hi, this is my second pull request to this repository. I've updated the documentation to follow Tailwind's table form. I've also did a minor refactoring on the plugin. Feel free...

Right now if I use this library like the following, it will not work as expected: ```jsx // ... ``` I'm not sure when this named groups feature was implemented...

Hello, how are you? I've been using tailwindcss-radix for a few weeks now and it's great. However, I recently included the library in a project that also uses DaisyUI, and...

Hi, I have issues installing tailwindcss-radix into a create-t3-app (https://create.t3.gg/) tailwind.config.ts ![image](https://user-images.githubusercontent.com/116441438/233732164-d8cacf47-1166-4228-812a-b0c1f09d3d1b.png)