UNPKG

@sandlada/mdk

Version:

A JavaScript library based on Material Design 3, providing data such as color, shape, shadow level, etc.

12 lines (11 loc) 253 B
export class Variant { static Monochrome = 0; static Neutral = 1; static TonalSpot = 2; static Vibrant = 3; static Expressive = 4; static Fidelity = 5; static Content = 6; static Rainbow = 7; static FruitSalad = 8; }