0.1.1-beta.0 • Published 1 year ago

@violetui/progress v0.1.1-beta.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@violetui/progress

Usage

first import the progress component:

const Progress = require('@violetui/progress');
// or
import Progress From '@violetui/progress'

use it:

<Progress infinity={true} variant="circle" />

Props

  1. variant: "circle" | "linear"

  2. infinity(optional): boolean

  3. color(optional): "primary" | "secondary" | "tertiary" | "error" | "warning" | "success"

  4. max(optional): number

  5. value(optional): number