nativecn-ui
v0.0.8
Published
Add nativecn-ui components to your React Native apps.
Downloads
59
Maintainers
Readme
nativecn-ui
A CLI for adding components to your project.
Inspired by shadcn/ui CLI.
Usage
Use the init command to initialize dependencies for a new project.
The init command installs dependencies and adds a basic tailwind.config.js.
npx nativecn-ui initadd
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 nativecn-ui add [component]Example
npx nativecn-ui add ButtonYou can also run the command without any arguments to view a list of all available components:
npx nativecn-ui addDocumentation
Visit https://nativecn.mintlify.app/introduction to view the documentation.
License
Licensed under the MIT license.
