@sunui-design/gradient
Version:
Beautiful gradient background effects for SunUI Design
16 lines (15 loc) • 392 B
TypeScript
export interface GradientBackgroundProps {
fromColor?: string;
viaColor?: string;
toColor?: string;
glowFromColor?: string;
glowViaColor?: string;
gridColor?: string;
gridSize?: {
width: number;
height: number;
};
animationDuration?: number;
animationScale?: [number, number, number];
animationOpacity?: [number, number, number];
}