aceternity-ui
v0.2.2
Published
Add Aceternity UI components to your apps.
Downloads
7,178
Maintainers
Readme
Aceternity UI
Add Aceternity UI components to your projects.
Usage
npx aceternity-ui init
init
command initializes a components.json
file and a tailwind.config.js
file for a new project.
It installs framer-motion
, cn
and other dependencies, compatible with shadcnui.
shadcn-ui project
If your project is already using the shadcn-ui
, you can still use aceternity-ui.
npx shadcn-ui init
add
npx aceternity-ui add [component]
Adds a new component to your project.
Example
npx aceternity-ui add bento-grid
You can also use the optional --all
flag to install all components:
npx aceternity-ui add --all
You can install the related demos / examples for the related components by using the -e
flag with the add
command
npx aceternity-ui add [component] -e
Example
npx aceternity-ui add bento-grid -e
To check all the available components / blocks and aliases, you can use the add
without supplying anything extra:
npx aceternity-ui add