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.

Home Page:https://www.vechaiui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

axerivant opened this issue · comments

Can you provide an example?

Border radius fe

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

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

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: