Radar Progress

Stable

A circular progress indicator styled like a high-tech scanning radar.

Examples

Default (Animated)

tsx
<RadarProgress size="md" />

Variants

tsx
<div className="flex gap-8">
  <RadarProgress color="cyan" size="lg" />
  <RadarProgress color="rose" size="lg" />
</div>

API Reference

PropertyDescriptionTypeDefault
scanningWhether the radar sweep animation is active.booleantrue
colorVisual color variant."cyan" | "green" | "rose""cyan"
sizePreset size dimensions."sm" | "md" | "lg""md"