mallaui
v0.0.8
Published
Component templates for Expo and React Native
Downloads
20
Maintainers
Readme
Malla UI
A CLI for adding components to your project.
Inspired by awersome nextjs library shadcn/ui CLI.
Documentation
Reusable component library for Expo and React Native projects. https://mallaui.io/
Usage
Use the init
command to initialize dependencies for a new project.
The init
command installs dependencies and adds a basic styles config.
npx mallaui@latest 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 mallaui@latest add [component]
Example
npx mallaui@latest add Button
You can also run the command without any arguments to view a list of all available components:
npx mallaui@latest add
Documentation
//