vira - v27.0.0
    Preparing search index...

    Variable ViraProgressConst

    ViraProgress: DeclarativeElementDefinition<
        "vira-progress",
        Readonly<
            { value: number } & PartialWithUndefined<{ max: number; min: number }>,
        >,
        {},
        {},
        "vira-progress-",

            | "vira-progress-border-radius"
            | "vira-progress-background-color"
            | "vira-progress-foreground-color",
        readonly [],
        readonly [],
    > = ...

    A <progress> alternative that supports custom styling in all browsers via CSS vars and prevents background bleed.