Replies: 1 comment 5 replies
-
Please post a reproduction on CodeSandbox that we could look at. Although, overall I wouldn't recommend to customize the components this way instead of using the provided props, as the code will get unmaintainable and the design incoherent quite fast. You can use size and radius prop instead: <Button size="3" radius="none">Upload Documents</Button> |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having some issues of using tailwindcss and CSS classes in RadixUI,
<Button className="rounded-none text3">Upload Documents</Button>
Now neither my CSS class text3 is applied, nor did tailwindCss class is applied. Why is that? Am i implementing it wrong?
Beta Was this translation helpful? Give feedback.
All reactions