UNPKG

bootstrap-vue-3

Version:

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

11 lines (9 loc) 122 B
// Props export interface Props { append?: boolean id?: string isText?: boolean tag?: string } // Emits // Other