https://github.com/adaptui/react-native-tailwind
Collection of components that are accessible, composable, customizable from low level to build your own UI & Design System
https://github.com/adaptui/react-native-tailwind
react-native
Last synced: 14 days ago
JSON representation
Collection of components that are accessible, composable, customizable from low level to build your own UI & Design System
- Host: GitHub
- URL: https://github.com/adaptui/react-native-tailwind
- Owner: adaptui
- License: mit
- Created: 2021-08-30T05:53:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-22T02:30:49.000Z (24 days ago)
- Last Synced: 2026-01-22T10:03:15.994Z (24 days ago)
- Topics: react-native
- Language: TypeScript
- Homepage: https://adaptui-rn-web.vercel.app/
- Size: 16.8 MB
- Stars: 28
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
AdaptUI React Native Tailwind
Collection of components that are accessible, composable, customizable from low level to build your own UI & Design System
## :rocket: Features
- Composable :toolbox:
- Uses latest Reanimated & Gesture Handler :robot:
- Easy To Customize, Styled by Tailwind & Extend :nail_care:
## Installation
```sh
# npm
npm install @adaptui/react-native-tailwind
# Yarn
yarn add @adaptui/react-native-tailwind
```
> Make sure `React Native Reanimated` & `React Native Gesture Handler` is
> installed
## :beginner: Getting started
Check out our [getting started docs](/docs/getting-started.md)
## 📑 Component Docs
- [Avatar](docs/avatar.md)
- [Avatar Group](docs/avatar-group.md)
- [Badge](docs/badge.md)
- [Button](docs/button.md)
- [Checkbox](docs/checkbox.md)
- [Checkbox Group](docs/checkbox-group.md)
- [Circular Progress](docs/circular-progress.md)
- [Input](docs/input.md)
- [Meter](docs/meter.md)
- [Progress Bar](docs/progress-bar.md)
- [Radio](docs/radio.md)
- [Slider](docs/slider.md)
- [Select](docs/select.md)
- [Spinner](docs/spinner.md)
- [Switch](docs/switch.md)
- [Tag](docs/tag.md)
- [Textarea](docs/text-area.md)
- [Tooltip](docs/tooltip.md)
> **Note:** As the 0.#.# version number suggests that we are still very much
> work in progress, so semantic versioning will not be followed until a v1
> release. Expect breaking changes to occur on minor version jumps.
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
repository and the development workflow.
## License
MIT
## Contributors ✨
Thanks goes to these wonderful people
([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Karthik
💻

Navin Moorthy
💻

Criston
💻
This project follows the
[all-contributors](https://github.com/all-contributors/all-contributors)
specification. Contributions of any kind welcome!