1.0.0 • Published 9 months ago

create-ui-playground v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Create UI Playground

A CLI tool to quickly create and manage UI Playground projects. This tool helps you set up a new Next.js project with UI components and manage your components easily.

Installation

npm install -g create-ui-playground

Usage

Create a new project

npx create-ui-playground create my-app

This will: 1. Create a new Next.js project with TypeScript and Tailwind CSS 2. Set up the UI Playground components and configuration 3. Install all necessary dependencies

Add a component

npx ui-playground add

This will prompt you to select a component to add to your project. Available components:

  • Accordion
  • Alert Dialog
  • Button
  • Card
  • Checkbox
  • Dialog
  • Dropdown Menu
  • Input
  • Select
  • Tabs

Features

  • 🚀 Quick project setup with Next.js
  • 💅 Built-in Tailwind CSS support
  • 📦 Pre-built UI components
  • 🎨 Modern and responsive design
  • 🔧 TypeScript support
  • 📝 Easy-to-use CLI interface

License

MIT

1.0.0

9 months ago