UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

21 lines (20 loc) 375 B
export default { props: { tag: { type: String, default: "div" }, bgVariant: { type: String, default: null }, borderVariant: { type: String, default: null }, textVariant: { type: String, default: null } } };