react-native-whirlwind

Whirlwind is a utility-first styling framework specifically designed for React Native. It is heavily inspired by Tachyons and Tailwind CSS and uses low-level building blocks for rapidly building custom designs.

MIT License

Downloads
261
Stars
107
Committers
2

Bot releases are hidden (Show)

react-native-whirlwind - Latest Release

Published by arabold over 2 years ago

  • Added README.md badges for React Native peer dependency and Prettier.
  • Updated peer and dev dependencies to the latest versions.
react-native-whirlwind -

Published by arabold almost 3 years ago

  • Improved types for the utility classes. This fixes #7 and other issues related to types being too generic. Thanks to josmithua for laying the groundwork.
  • Removed the beta flag from the version. We're ready for switching to semantic versioning finally!
react-native-whirlwind -

Published by arabold about 3 years ago

  • Added negative padding and margin styles: _p{Direction}{Width}, _m{Direction}{Width}
react-native-whirlwind -

Published by arabold about 3 years ago

  • Added fixed line-height styles: leading{Size}
  • Added documentation for the createTheme API
  • Restructured documentation for more clarity
react-native-whirlwind -

Published by arabold about 3 years ago

  • Updated README.md, LICENSE and documentation. No functional changes.
react-native-whirlwind -

Published by arabold about 3 years ago

  • Reworked color scheme and added different shades (light, dark) and a contrast variant
  • Default palette is based on Material UI
  • Reorganized the documentation for better clarity
react-native-whirlwind -

Published by arabold about 3 years ago

First fully usable version of Whirlwind 🌪️

Whirlwind is a utility-first CSS framework specifically designed for React Native. It is heavily inspired by both Tachyons and Tailwind CSS and uses low-level building blocks for rapidly building custom designs.

  • Readable 👀 - all classes follow a simple, consistent naming convention
  • Lightweight 🪶 - no 3rd party dependencies
  • Composable 🧱 - combinable classes for rapid prototyping
  • Performant 🚀 - No unnecessary calculations, no unnecessary string parsing, just pure and fast static styles
  • Reusable ♻️ - Promote reusability in your team and reduce redundancies in your codebase
  • React Native and TypeScript first 🥇 - built for React Native and 100% written in TypeScript for a best-in-class developer experience
react-native-whirlwind -

Published by arabold about 3 years ago