HeyBinyang
← Back to open source
·UI·UIReact Native

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

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.

Usage Example

import { ActivityIndicator, View } from 'react-native'

<ActivityIndicator
    className="m-4"
    size="large"
    colorClassName="accent-blue-500 dark:accent-blue-400"
/>

Share