Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/impe93/react-native-wind
A utility-first style library for React Native strongly inspired by TailwindCSS
https://github.com/impe93/react-native-wind
expo react react-native reactjs tailwind-css tailwindcss
Last synced: 3 months ago
JSON representation
A utility-first style library for React Native strongly inspired by TailwindCSS
- Host: GitHub
- URL: https://github.com/impe93/react-native-wind
- Owner: impe93
- License: mit
- Created: 2021-08-18T22:18:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T22:06:48.000Z (about 2 years ago)
- Last Synced: 2024-09-28T13:42:35.282Z (4 months ago)
- Topics: expo, react, react-native, reactjs, tailwind-css, tailwindcss
- Language: TypeScript
- Homepage: https://reactnativewind.com/
- Size: 229 KB
- Stars: 32
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-wind
## What is it?
This library comes from the need to write the style of an application in a quick and simple way, using a concise and easy to remember API.
React Native Wind is strongly inspired by [TailwindCSS](https://tailwindcss.com/) and, as you will see, even the names of the classes used are often the same.
React Native Wind is a utility-first style library that offers a low-level API. By using this approach you avoid writing the same style rules over and over again. These rules can be composed to create most of your necessary styles.
## Documentation
On the official documentation you can find all the information on how to use the library.
Link: [reactnativewind.com](http://www.reactnativewind.com)
## License
React Native Wind is MIT licensed, as found in the [LICENSE](/LICENSE) file.