0.2.2 • Published 1 year ago
aceternity-ui v0.2.2
Aceternity UI
Add Aceternity UI components to your projects.
Usage
npx aceternity-ui initinit 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 initadd
npx aceternity-ui add [component]Adds a new component to your project.
Example
npx aceternity-ui add bento-gridYou can also use the optional --all flag to install all components:
npx aceternity-ui add --allYou can install the related demos / examples for the related components by using the -e flag with the add command
npx aceternity-ui add [component] -eExample
npx aceternity-ui add bento-grid -eTo check all the available components / blocks and aliases, you can use the add without supplying anything extra:
npx aceternity-ui add