0.0.8 • Published 11 months ago

mallaui v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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

//

0.0.8

11 months ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago