Installation
PrismUI 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 yourcomponents.json
:Install additional dependencies
PrismUI requires some additional dependencies for animations and advanced features:Install base shadcn/ui components
PrismUI builds on top of several shadcn/ui base components. Install them:Install PrismUI components
Finally, install PrismUI components:Next Steps
Now that you have PrismUI set up, you can start using our animated components:
- Browse the components section to see our extended component collection
- Check out our templates for example layouts