@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    CSS design-token values resolved at render time.

    Strategies should use these instead of hard-coding colours so that the gauge respects light / dark themes.

    interface GaugeTokens {
        accent: string;
        face: string;
        needle: string;
        text: string;
        tick: string;
    }
    Index

    Properties

    accent: string

    Brand / accent colour.

    face: string

    Background / face colour.

    needle: string

    Needle / indicator colour.

    text: string

    Foreground text colour.

    tick: string

    Tick-mark colour.