Earthling UI

  1. Components
  2. progress

Progress

Prop
Default Value
Value
The color scheme of the progress bar
scheme
default
The progress value (0-100)
value
50

Anatomy

<Progress value={50} />

Installation

1
Ensure Earthling UI is installed
bun add earthling-ui
2
Import the component from earthling-ui
import { Progress } from "earthling-ui/progress"
The component is ready to use