UNPKG

bootstrap-vue-3

Version:

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

11 lines (9 loc) 127 B
// Props export interface Props { ariaRole?: string size?: string tag?: string vertical?: boolean } // Emits // Other