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

CSS file #1

Closed niutech closed 2 months ago

niutech commented 2 months ago

Could you provide a CSS file to add as a stylesheet to a static HTML web page, so I can use pure CSS version, without JS nor npm? Thanks!

muradbu commented 2 months ago

It's a bit extra work but you can use the Tailwind standalone cli to generate the css file with the classes used in this project.

niutech commented 2 months ago

Thanks!

sveltecult commented 2 months ago

You can try grabbing the css file on the docs website slug.DdNKfqpT.zip

But this might get outdated soon.