> ## Documentation Index
> Fetch the complete documentation index at: https://leafletui.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to LeafletUI Documentation

## About LeafletUI

LeafletUi aims to provide lightweight, reusable, and clean React and React Native UI components that make it faster and easier for developers to build mobile and web apps without relying on heavy UI libraries or spending hours styling from scratch

### Key Goals for React native

```
1. Offer simple, ready-to-use components for React Native.
2. Keep the bundle lightweight and fast.
3. Ensure compatibility with Expo and React Native CLI.
4. Reduce repetitive styling work for developers.
5. Encourage clean, composable UI patterns.
```

## Make it yours

Use our components for free, but reward the effort by raising a PR to improve it

<Columns cols={2}>
  <Card title="Raise a PR" icon="pen-to-square" href="https://github.com/LeafletUI">
    Found something even better, raise a PR
  </Card>

  <Card title="Raise an issue" icon="palette" href="https://github.com/LeafletUI">
    You found an issue and can't fix it yourself for any reasons, raise an issue
  </Card>
</Columns>
