Variable ViraProgressConst
ViraProgress: DeclarativeElementDefinition<
"vira-progress",
{ value: number } & PartialWithUndefined<{ max: number; min: number }>,
{},
{},
"vira-progress-",
"vira-progress-border-radius",
readonly [],
readonly [],
> = ...
A
<progress>alternative that supports custom styling in all browsers via CSS vars and prevents background bleed.