> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobile-starter.amisi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Intro

> Get started with reusable UI components and the shared UI provider

# @amisi/ui

`@amisi/ui` provides reusable app-facing components and a shared provider for Gluestack-based rendering.

## Install and import

```tsx theme={null}
import { Button, UIProvider } from '@amisi/ui';
```

## Component and provider pages

* [Button](./ui/button)
* [TextField](./ui/text-field)
* [PasswordInput](./ui/password-input)
* [Alert](./ui/alert)
* [Card](./ui/card)
* [UIProvider](./ui/provider)

Each sub-page includes:

* Basic usage
* Practical examples
* Available props
* Available methods or handlers
