UNPKG

bootstrap-vue

Version:

BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.

9 lines (8 loc) 418 B
<div id="app"> <b-button-close ref="default"></b-button-close> <b-button-close ref="slot">close</b-button-close> <b-button-close ref="disabled" disabled></b-button-close> <b-button-close ref="variant" text-variant="primary"></b-button-close> <b-button-close ref="handlers" @click="handleClick"></b-button-close> <b-button-close ref="handlersDisabled" disabled @click="handleClick"></b-button-close> </div>