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