uitripled
v1.1.0
Published
CLI to add animated UI components from uitripled registry
Readme
uitripled
CLI to add animated UI components from the uitripled registry.
uitripled is a command-line tool that allows you to quickly install beautiful, animated UI components built with Framer Motion and React. Browse hundreds of pre-built components at ui.tripled.work and install them directly into your project with a single command.
Website
Visit https://ui.tripled.work to browse all available components, see live previews, and explore the full component library.
Installation
No installation required! Use via npx:
npx uitripled add <component-name>Usage
# Add a component
npx uitripled add animated-checkbox
# Add a component and overwrite existing files
npx uitripled add animated-button --overwriteAvailable Commands
add <component>- Install a component from the registry--overwrite- Overwrite existing files if they exist
Examples
# Install an animated checkbox component
npx uitripled add animated-checkbox
# Install an animated button and overwrite if exists
npx uitripled add animated-button --overwriteRegistry
Components are fetched from: https://ui.tripled.work/r/{component}.json
Development
To develop locally:
cd uitripled
npm install
npm linkThen test with:
uitripled add animated-checkboxPublishing
npm publish --access publicLicense
MIT
