ndekoui
v0.1.1
Published
CLI to add beautiful, animated components to your app. Built for React, Next.js, and Tailwind CSS.
Maintainers
Readme
Ndeko CLI
A command-line interface for easily adding beautiful, animated components to your React project.
Installation
You can use the CLI directly with npx:
npx ndekoui <command>Or install it globally:
npm install -g ndekoui
ndekoui <command>Usage
List available components
To see all available animated components:
npx ndekoui listThis will display a list of all available components along with descriptions and required dependencies.
Add a component
To add a specific component to your project:
npx ndekoui add <component-name>For example:
npx ndekoui add text-morphThis will:
- Create a
components/ndekouidirectory in your project (if it doesn't exist) - Download and add the component files
- Automatically install any required dependencies using your preferred package manager (npm, yarn, or pnpm)
The CLI automatically detects which package manager you're using based on lock files in your project.
Available Components
Ndeko UI offers a variety of beautiful and performant animated components, including:
- Animated UI Elements: Accordion, Dialog, Text Effects, Carousels
- Interactive Animations: Magnetic elements, Spotlights, Tilt effects
- Text Animations: Text morphing, Text loops, Text scramble effects, Spinning text
- And many more!
For the complete list, run npx ndekoui list.
Dependencies
Most components require the motion library. When you add a component, the CLI will automatically install the required dependencies using your preferred package manager.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
