UNPKG

webcoreui

Version:

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

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