UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

20 lines 374 B
export default { props: { tag: { type: String, default: "div" }, bgVariant: { type: String, default: null }, borderVariant: { type: String, default: null }, textVariant: { type: String, default: null } } };