Installation
Learn how to install and set up Ved UI in your project.
VedUI is built on top of shadcn/ui, extending it with beautiful animations and advanced components. Follow these steps to set up your project.
Setup
Create a new Next.js project with shadcn/ui
First, create a new Next.js project and initialize shadcn/ui:You can use the -d
flag for default settings (New York style, Zinc color, and CSS variables):
Configure components.json
When running the init command, you'll be asked to configure your components.json
:Install base shadcn/ui components
VedUI builds on top of several shadcn/ui base components. Install them:Install VedUI components
Finally, install VedUI components:Next Steps
Now that you have VedUI set up, you can start using our form components:
- Browse the components section to see our extended form components collection