New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

once-ui-cli

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

once-ui-cli

CLI tool for managing Once UI components

latest
npmnpm
Version
3.1.2
Version published
Maintainers
2
Created
Source

Once UI CLI

A powerful command-line interface for installing Once UI components in your Next.js projects. Seamlessly integrate beautiful, reusable UI components with automatic dependency resolution and SCSS support.

Once UI CLI

Features

  • Interactive component selection
  • Automatic dependency resolution
  • Smart project structure detection
  • Fast and easy installation
  • SCSS module support

Quick Start

# Install globally (optional)
npm install -g once-ui-cli

# Or use directly with npx
npx once-ui-cli <command>

Usage

Initialize and Select Components

npx once-ui-cli init

Components will be installed in the appropriate directory based on your project structure with the necessary dependencies and SCSS modules.

Add a Specific Component

npx once-ui-cli add <component-name>

Example:

npx once-ui-cli add Accordion

List Available Components

npx once-ui-cli list

Available Components

Click to expand component list
  • Accordion
  • Arrow
  • Avatar
  • AvatarGroup
  • Badge
  • Background
  • Button
  • Carousel
  • Card
  • Column
  • Checkbox
  • Chip
  • ColorInput
  • DateInput
  • DatePicker
  • DateRangePicker
  • Dialog
  • Dropdown
  • DropdownWrapper
  • Fade
  • Feedback
  • Flex
  • GlitchFx
  • Grid
  • Heading
  • HoloFx
  • Icon
  • IconButton
  • InlineCode
  • Input
  • InteractiveDetails
  • Kbd
  • LetterFx
  • Line
  • Logo
  • LogoCloud
  • NavIcon
  • NumberInput
  • Option
  • PasswordInput
  • RadioButton
  • RevealFx
  • Row
  • Scroller
  • SegmentedControl
  • Select
  • Skeleton
  • SmartImage
  • SmartLink
  • Spinner
  • StatusIndicator
  • StylePanel
  • StyleOverlay
  • Switch
  • Tag
  • TagInput
  • Text
  • Textarea
  • TiltFx
  • Toast
  • Toaster
  • ToastProvider
  • ToggleButton
  • Tooltip
  • User
  • UserMenu

Documentation

Learn more about Once UI in the Once UI docs.

Contributors

CLI built by Suhaib King (https://github.com/suhaib3100) Once UI is built by Lorant (https://github.com/lorant-one) and Zsofia (https://github.com/zsofiakm)

📄 License

MIT

Built with ❤️ by the Once UI Team

Keywords

ui

FAQs

Package last updated on 02 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts