> For the complete documentation index, see [llms.txt](https://tuantvk.gitbook.io/monalisaui/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tuantvk.gitbook.io/monalisaui/master.md).

# Introduction

![MonalisaUI](https://raw.githubusercontent.com/tuantvk/monalisa-ui/master/assets/monalisa-ui-logo.png)

## MonalisaUI

&#x20;[![issues](https://img.shields.io/github/issues/tuantvk/monalisa-ui.svg)](https://github.com/tuantvk/monalisa-ui/issues) [![forks](https://img.shields.io/github/forks/tuantvk/monalisa-ui.svg)](https://github.com/tuantvk/monalisa-ui) [![stars](https://img.shields.io/github/stars/tuantvk/monalisa-ui.svg)](https://github.com/tuantvk/monalisa-ui) [![LICENSE](https://img.shields.io/github/license/tuantvk/monalisa-ui.svg)](https://github.com/tuantvk/monalisa-ui/blob/master/LICENSE)

[![CircleCI](https://circleci.com/gh/tuantvk/monalisa-ui/tree/master.svg?style=svg)](https://circleci.com/gh/tuantvk/monalisa-ui/tree/master)

[![NPM](https://nodei.co/npm/monalisa-ui.png?downloads=true)](https://nodei.co/npm/monalisa-ui/)

React Native UI Library. MonalisaUI is a free and open source UI component library for React Native to build native mobile apps for iOS and Android platforms.

![MonalisaUI](https://raw.githubusercontent.com/tuantvk/monalisa-ui/master/assets/monalisa-cover.png)

### Usage

Visit <https://tuantvk.gitbook.io/monalisaui/> for full documentation.

#### Install

```bash
yarn add monalisa-ui
# or
npm install --save monalisa-ui
```

#### Components

* [ArticleCard](https://tuantvk.gitbook.io/monalisaui/articlecard)
* [Avatar](https://tuantvk.gitbook.io/monalisaui/avatar)
* [Badge](https://tuantvk.gitbook.io/monalisaui/badge)
* [Button](https://tuantvk.gitbook.io/monalisaui/button)
* [Card](https://tuantvk.gitbook.io/monalisaui/card)
* [CheckBox](https://tuantvk.gitbook.io/monalisaui/checkbox)
* [Col](https://tuantvk.gitbook.io/monalisaui/col)
* [Divider](https://tuantvk.gitbook.io/monalisaui/divider)
* [Icon](https://tuantvk.gitbook.io/monalisaui/icon)
* [Input](https://tuantvk.gitbook.io/monalisaui/input)
* [ListItem](https://tuantvk.gitbook.io/monalisaui/listitem)
* [Pricing](https://tuantvk.gitbook.io/monalisaui/pricing)
* [ProgressBar](https://tuantvk.gitbook.io/monalisaui/ProgressBar)
* [Rating](https://tuantvk.gitbook.io/monalisaui/rating)
* [Row](https://tuantvk.gitbook.io/monalisaui/row)
* [Segment](https://tuantvk.gitbook.io/monalisaui/segment)
* [SocialIcon](https://tuantvk.gitbook.io/monalisaui/socialicon)
* [Spinner](https://tuantvk.gitbook.io/monalisaui/spinner)
* [Switch](https://tuantvk.gitbook.io/monalisaui/switch)
* [Tag](https://tuantvk.gitbook.io/monalisaui/tag)
* [Text](https://tuantvk.gitbook.io/monalisaui/text)
* [Textarea](https://tuantvk.gitbook.io/monalisaui/textarea)
* [Theme](https://tuantvk.gitbook.io/monalisaui/theme)

### Contributing

So you want to contribute? Fun! I love seeing new PRs for MonalisaUI. If you are thinking about working on something, feel free to make an issue beforehand so that you can make sure it'll be worth your time!

### License

MIT


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tuantvk.gitbook.io/monalisaui/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
