sveltecult / franken-ui

Franken UI is an HTML-first, open-source library of UI components that works as a standalone or as a Tailwind CSS plugin. It is compatible with UIkit 3. The design is influenced by shadcn/ui.
https://franken-ui.dev
MIT License
1.06k stars 12 forks source link

Support for unocss ? #4

Closed ManUtopiK closed 1 month ago

ManUtopiK commented 1 month ago

Hi! Thanks for your lib, it looks pretty well. I want to know if it's possible to use unocss instead of tailwind ?

sveltecult commented 1 month ago

Hello,

Franken UI is a Tailwind CSS plugin. So, I don't think they are compatible. You can always grab the compiled CSS from the docs and just reference it to your HTML but that is not recommended and very inefficient.