UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

18 lines (16 loc) 323 B
import type {ColorVariant} from '..' // Props export interface Props { label?: string labelHtml?: string max?: number | string animated?: boolean precision?: number | string showProgress?: boolean showValue?: boolean striped?: boolean value?: number | string variant?: ColorVariant } // Emits // Other