Docs
> Next.js
Next.js
Install and Configure Next.js
1
Create project
npx create-next-app@latest 
2
That's it
npx velour-ui add button
The command above will add the Button component to your project. You can then import it like this

import { Button } from "@/components/ui/button"
export default function Home() {
return (
<div>
<Button>Click me</Button>
</div>
)
}
                    
logo
A Marketplace for Designers and Developers

© 2024 Velour UI. All Rights reserved.
Privacy Policy | Terms of Service | Refund Policy