@rir360/ui
v1.0.1
Published
CLI for adding reusable UI components to your project
Downloads
192
Maintainers
Readme
Reusable UI components for Next.js/React
CLI for adding reusable UI components to your React/Next.js projects.
Installation
No installation required! Use with npx:
npx @rir360/ui add <component>Usage
# Add a single component
npx @rir360/ui add splide
# Add multiple components
npx @rir360/ui add splide button card
# Specify custom path
npx @rir360/ui add splide
# Then enter your preferred path when promptedAvailable Components
splide- Splide carousel wrapper with auto-scroll optimized for Next.js
View all components: github.com/rir360/ui
How it works
- Fetches component code from the registry
- Adds it to your project (default:
components/rir360/) - Shows you which dependencies to install
Components are copied to your project, so you have full control to customize them!
