[<img alt="uniwind" src="https://raw.githubusercontent.com/uni-stack/uniwind/main/assets/banner.png">](https://uniwind.dev/)

<div align="center">
    <p align="center">
        <a href="https://uniwind.dev/" target="_blank">
            <h1 align="center" style="color:red;">Uniwind</h1>
            <span>The fastest Tailwind bindings for React Native</span>
        </a>
    </p>
</div>
<br />

![npm version](https://img.shields.io/npm/v/uniwind?style=for-the-badge)
[![npm downloads](https://img.shields.io/npm/dm/uniwind?style=for-the-badge)](https://www.npmjs.com/package/uniwind)
[![npm downloads](https://img.shields.io/npm/dt/uniwind?style=for-the-badge)](https://www.npmjs.com/package/uniwind)
[![License: MIT](https://img.shields.io/badge/License-MIT-44CD11.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)

## Installation

```sh
bun add uniwind tailwindcss
```

Then follow [installation guides](https://docs.uniwind.dev/quickstart)

## Documentation

- [Start here](https://docs.uniwind.dev/)
- [Theming Basics](https://docs.uniwind.dev/theming/basics)
- [Supported classNames](https://docs.uniwind.dev/class-names)
- [Pro Version](https://docs.uniwind.dev/pro-version)

## Features

- ⚛️ Out‑of‑the‑box `className` bindings for every React Native component  
- ⚡ Styles are computed at build time for maximum performance  
- 🌙 Dark mode and 🎨 fully customizable themes
- 🧩 Pseudo‑classes support — `focus`, `active`, `disabled`, and more
- 📱 Responsive design with media queries
- 🧰 Use custom CSS properties directly in React Native
- 🔥 And [much more](https://docs.uniwind.dev/api/use-uniwind)

## Contributing

Contributions are welcome!

### How to contribute

- Bug Fixes: Check our [Issues](https://github.com/uni-stack/uniwind/issues) for any bugs that need fixing. Make sure to ask before working on an issue.
- New Features: If you have an idea for a new feature, please open discussion first to get feedback from the community.
- Refactor and Improvements: If you see areas of the code that could be improved or refactored, open discussion or reach out to the maintainers before making significant changes.

Pull Request that do not follow these guidelines may be closed or not reviewed.

## License

MIT
