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

    A tick mark on the slider track.

    • value — the numeric position on the slider scale.
    • label — optional text rendered below the tick. When omitted, only a visual tick mark is shown (no label).
    interface SliderTick {
        label?: string;
        value: number;
    }
    Index

    Properties

    Properties

    label?: string
    value: number