UNPKG

bootstrap-vue-3

Version:

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

23 lines (21 loc) 408 B
// Props export interface Props { alt?: string blank?: boolean blankColor?: string block?: boolean center?: boolean fluid?: boolean fluidGrow?: boolean height?: number | string left?: boolean right?: boolean rounded?: boolean | string sizes?: string | Array<string> src?: string srcset?: string | Array<string> thumbnail?: boolean width?: number | string } // Emits // Other