UNPKG

bootstrap-vue-3

Version:

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

10 lines (8 loc) 117 B
// Props export interface Props { ariaRole?: string justify?: boolean // keyNav?: boolean } // Emits // Other