An open API service indexing awesome lists of open source software.

https://github.com/uni-stack/uniwind

From the creators of Unistyles: The fastest Tailwind bindings for React Native
https://github.com/uni-stack/uniwind

android expo expo-go ios react-native tailwindcss

Last synced: 3 months ago
JSON representation

From the creators of Unistyles: The fastest Tailwind bindings for React Native

Awesome Lists containing this project

README

          

[uniwind](https://uniwind.dev/)




Uniwind


The fastest Tailwind bindings for React Native




![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