UNPKG

bootstrap-vue-3

Version:

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

10 lines (8 loc) 107 B
// Props export interface Props { columns?: boolean deck?: boolean tag?: string } // Emits // Other