Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

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

Open
axerivant opened this issue Mar 2, 2022 · 5 comments

Comments

@axerivant
Copy link

No description provided.

@pepelele
Copy link
Contributor

pepelele commented Mar 4, 2022

Can you provide an example?

@axerivant
Copy link
Author

Border radius fe

@mhaidarhanif
Copy link

mhaidarhanif commented Apr 2, 2022

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
Copy link
Author

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

@mhaidarhanif
Copy link

mhaidarhanif commented Apr 2, 2022

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:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants