Indicators

Display loading and progress states to users

import { LoadingIndicator, CircularProgress, LoadingDots } from "@plexui/ui/components/Indicator";

Examples

Overview

LoadingIndicator

Sizing & stroke

size
30
strokeWidth
2

Color

Destroying forever...

Duration

CircularProgress

Progress

Sizing & stroke

size
30
strokeWidth
2

Color

LoadingDots

Color

Reference

LoadingIndicator

PropTypeDefaultDescription
sizenumberSize in px (or use --indicator-size CSS variable)
strokeWidthnumberStroke width

CircularProgress

PropTypeDefaultDescription
progressnumberStatic progress 0–100 (disables animation)
sizenumberDiameter in px
strokeWidthnumberStroke thickness
donebooleanCompletion state for animation
trackColorstringTrack color (CSS variable or value)
trackActiveColorstringActive segment color