sek-consulting / solid-ui

Beautifully designed components. Built with Kobalte & corvu. Styled with Tailwind CSS.
https://www.solid-ui.com
MIT License
699 stars 28 forks source link

Is there an easy way to use it or cli? #2

Closed philosofonusus closed 11 months ago

sek-consulting commented 11 months ago

Hi @philosofonusus,

the easiest way to manually copy the components like you can do with shadcn/ui. So you just copy the .tsx files you need from src/components into your project and install @kobalte/core with (p)npm/yarn.

I'm currently in the process of rewriting the site with solid-start since I have to much errors with astro. Looks like I should add a installation section somewhere in there :)

If you have more questions or need a more indepth description just let me know.

philosofonusus commented 11 months ago

Ok, thank you, that's what I have done just wanted to know if there is a cli adaption