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

# Introduction

> Uniwind is the fastest Tailwind CSS library for React Native — 2x faster than NativeWind, full Tailwind v4 support, works with Expo, iOS, Android, tvOS and Web.

## Setting up

Get your project up and running in minutes.

<Card title="Get started" icon="laptop" href="/quickstart" horizontal>
  Installation instructions
</Card>

## Learn about Uniwind

Follow our guides to get the most out of the library.

<Columns cols={2}>
  <Card title="API documentation" icon="terminal" href="/api/use-uniwind">
    Explore the complete API reference for Uniwind hooks and utilities.
  </Card>

  <Card title="Theming" icon="palette" href="/theming/basics">
    Customize themes, colors, and design tokens for your React Native app.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/faq">
    Answers to frequently asked questions about Uniwind.
  </Card>
</Columns>

## How to use `classNames` with any component

Learn how to apply Uniwind styles to any component in your app.

<Columns cols={2}>
  <Card title="React Native components" icon="react" href="/components/activity-indicator">
    Style built-in React Native components with Tailwind classes.
  </Card>

  <Card title="3rd party components" icon="code" href="/components/other-components">
    Integrate Uniwind with third-party component libraries.
  </Card>
</Columns>

## Feedback

<Columns cols={2}>
  <Card title="Leave us feedback!" icon="stars" href="https://github.com/uni-stack/uniwind/discussions">
    Let us know what you think about Uniwind!
  </Card>

  <Card title="Star Uniwind on GitHub!" icon="stars" href="https://github.com/uni-stack/uniwind/stargazers">
    Support Uniwind by giving it a star
  </Card>
</Columns>
