UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

13 lines (12 loc) 258 B
export type ProgressProps = { value: number size?: 'medium' | 'large' label?: boolean color?: string background?: string square?: boolean striped?: boolean stripeLight?: string stripeDark?: string className?: string }