-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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:
Crosswind allows you to customize every aspect of its configuration, from spacing and sizing to colors and fonts. With its flexible API, you can override defaults, add new values, or define entirely custom palettes. Learn more about custom configuration in the extended documentation.