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

Install #8

Closed JericoFX closed 10 months ago

JericoFX commented 10 months ago

Hi im new in the solidjs world and i found this repo here that i really like it, how i can use it?

sek-consulting commented 10 months ago

Hi @JericoFX, thanks for checking out this repo :)

Looks like I should finally add a installation section to the docs to make it easier. Currently there is a PR for a CLI to help you install the components you need but for now there is only the manuall way.

There are some pre-requisites before adding the components:

Then just copy the component you like to use to your project. Like if you would love to use the buttons just copy ~/components/ui/button.tsx.

I really hope this already helps enough so that you can start developing :)