Sign In

smoothui-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smoothui-cli

CLI to install SmoothUI components - beautifully designed React components with smooth animations

Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
45
-48.28%
Maintainers
1
Weekly downloads
 
Created
Source

smoothui-cli

CLI to install SmoothUI components - beautifully designed React components with smooth animations.

Installation

npx smoothui-cli add siri-orb

Usage

Add components

# Add a single component
npx smoothui-cli add siri-orb

# Add multiple components
npx smoothui-cli add siri-orb grid-loader animated-tabs

# Interactive mode - browse and select
npx smoothui-cli add

List components

# Show all available components
npx smoothui-cli list

# JSON output
npx smoothui-cli list --json

Options

# Custom install path
npx smoothui-cli add siri-orb --path src/components/ui

# Force overwrite existing files
npx smoothui-cli add siri-orb --force

Features

  • Interactive component picker with search and categories
  • Auto-detects package manager (npm, pnpm, yarn, bun)
  • Auto-detects component paths and tsconfig aliases
  • Shows dependency tree before installation
  • Handles file conflicts with overwrite prompts
  • Auto-installs npm dependencies

Alternative: shadcn CLI

You can also use the shadcn CLI with the @smoothui registry:

npx shadcn@latest add @smoothui/siri-orb

License

MIT

Keywords

cli

FAQs

Package last updated on 04 Feb 2026

Related posts