/mixuiNpx

Add components to your apps with CLI

Primary LanguageTypeScriptMIT LicenseMIT

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.