Skip to content
Steven Thewissen edited this page Jan 21, 2025 · 11 revisions

A utility-first design framework for .NET MAUI that brings the simplicity and flexibility of utility-based styling to XAML. Inspired by the likes of Tailwind CSS, Crosswind offers developers a streamlined way to create modern, consistent UIs. Perfect for rapid development and clean, maintainable design. By using the predefined style classes contained in this library, developers can:

  • Streamline styling: Quickly apply consistent styles across your app without duplicating code.
  • Increase productivity: Spend less time writing custom styles and more time building features.
  • Improve maintainability: Centralized and reusable styles to easily update designs and ensure consistency.

No more adding silly class names like list-inner-wrapper just to be able to style something, and no more agonizing over the perfect abstract name for something that’s really just a container.

Crosswind supports the following broad categories when it comes to styling:

Clone this wiki locally