shadcn/ui
Is there a set of good-looking components I can copy into my project and customize?
Is there a set of good-looking components I can copy into my project and customize?
$ ls components/ui (No Button yet)
The command adds files: Adding Button writes component files into the current project.
The files are yours to change: Open the Button file to change its style, size, or behavior.
The preview uses that code: After you save, the page uses the updated project component.
First check whether this project has initialized shadcn/ui and already contains a Button component. Reuse an existing Button instead of generating a duplicate. If shadcn/ui is initialized but Button is missing, run `npx shadcn@latest add button` from the project root, then use the generated Button on an existing page. Tell me where the component file was written, run the project checks, and open the page to verify its appearance and click behavior.
Build in 3D. Put your computer to work.