1.0.1 • Published 4 years ago

bootstrap-vue-extra v1.0.1

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
4 years ago

bootstrap-vue-extra

Useful components for bootstrap-vue:

  • Breadcrumbs
  • DeclarativeForm
  • Loading
  • LoadingButton
  • Pagination
  • Toastr

Install

With yarn:

yarn add bootstrap-vue-extra

With npm:

npm i bootstrap-vue-extra

Usage

<template>
  <loading :is-loading="true" />
</template>

<script>
import { Loading } from 'bootstrap-vue-extra'

export default {
  name: 'Foo',
  components: { Loading }
}
</script>
1.0.1

4 years ago

1.0.0

4 years ago