nativecn-ui
v0.0.8
Published
Add nativecn-ui components to your React Native apps.
Downloads
171
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 init
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 nativecn-ui add [component]
Example
npx nativecn-ui add Button
You can also run the command without any arguments to view a list of all available components:
npx nativecn-ui add
Documentation
Visit https://nativecn.mintlify.app/introduction to view the documentation.
License
Licensed under the MIT license.