UNPKG

bootstrap-vue-3

Version:

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

10 lines (8 loc) 111 B
// Props export interface Props { active?: boolean disabled?: boolean href?: string } // Emits // Other