UNPKG

bootstrap-vue-3

Version:

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

10 lines (8 loc) 103 B
// Props export interface Props { id?: string isText?: boolean tag?: string } // Emits // Other