taqui-786 / mixuiNpx

Add components to your apps with CLI

Home Page:https://mixcn-ui.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mixcn-ui (under development)

Intall components in Nextjs with just CLI command.

Usage

Use the init command to initialize dependencies for a new project.

npx mixcn-ui init

Documentation

Visit https://mixcn-ui.vercel.app/docs to view the documentation and components.

add

Use the add command to add components to your project.

The add command adds a component to your project and installs all required dependencies.

npx mixcn-ui add <component_name> Example

npx mixcn-ui add hackerbutton

You can also run the command without any arguments to view a list of all available components:

npx mixcn-ui add <component_name>

License Licensed under the MIT license.

About

Add components to your apps with CLI

https://mixcn-ui.vercel.app/

License:MIT License


Languages

Language:TypeScript 96.1%Language:JavaScript 3.9%