Module gradients

Module gradients 

Source
Expand description

Gradient support for tailwind-rs

This module provides comprehensive support for Tailwind CSS gradients, including background gradients, gradient directions, and gradient stops. Examples: bg-gradient-to-r, from-blue-500, via-purple-500, to-pink-500, etc.

Structs§

Gradient
Represents a complete gradient configuration

Enums§

GradientDirection
Represents gradient directions in Tailwind CSS
GradientError
Errors that can occur when working with gradients
GradientStop
Represents gradient stops in Tailwind CSS

Traits§

GradientUtilities
Trait for adding gradient utilities to a class builder