UNPKG

custom-bootstrap-vue

Version:

Custom version of bootstrap-vue created for providing specific theme to a particular project

22 lines (21 loc) 314 B
// @vue/component export default { props: { tag: { type: String, default: 'div' }, bgVariant: { type: String // default: null }, borderVariant: { type: String // default: null }, textVariant: { type: String // default: null } } }