UNPKG

vuetify-wcag

Version:

VuetifyJS but then WCAG/A11Y compatible

20 lines (15 loc) 376 B
// Mixins import Colorable from '../../mixins/colorable' // Utilities import mixins from '../../util/mixins' // Types import { VNode } from 'vue/types' /* @vue/component */ export default mixins(Colorable).extend({ name: 'v-tabs-slider', render (h): VNode { return h('div', this.setBackgroundColor(this.color, { staticClass: 'v-tabs-slider', })) }, })