vechai / vechaiui

A set of high-quality accessible React UI components with the built-in dark mode using Tailwind CSS. Pre-designed headless ui and radix-ui.
https://www.vechaiui.com
MIT License
1.23k stars 66 forks source link

is there a way to do more direct customizations (direct access to styles) ? #66

Open axerivant opened 2 years ago

pepelele commented 2 years ago

Can you provide an example?

axerivant commented 2 years ago

Border radius fe

mhaidarhanif commented 2 years ago

Perhaps as simple as using regular Tailwind classes on the component?

import { Button } from '~/components';

<Button className="rounded-lg shadow-md shadow-primary-500/20">
  Vechai + Tailwind
</Button>

Vechai + Tailwind Button

axerivant commented 2 years ago

That's great. I started working with tailwind a few weeks ago and it's awesome.

mhaidarhanif commented 2 years ago

Yeah, it truly is. I even just started using Tailwind 5 days ago.

By the way, more examples of Tailwind CSS with Vechai UI are available here: