UNPKG

bootstrap-vue-3

Version:

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

13 lines (11 loc) 167 B
// Props export interface Props { align?: string fill?: boolean justified?: boolean pills?: boolean tabs?: boolean vertical?: boolean } // Emits // Other