bootstrap-vue-3
Version:
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
25 lines (23 loc) • 431 B
TypeScript
// Props
export interface Props {
imgSrc?: string
imgHeight?: string
imgWidth?: string
interval?: string | number
active?: boolean
background?: string
caption?: string
captionHtml?: string
captionTag?: string
contentTag?: string
contentVisibleUp?: string
id?: string
imgAlt?: string
imgBlank?: boolean
imgBlankColor?: string
text?: string
textHtml?: string
textTag?: string
}
// Emits
// Other