vue2-bootstrap-extras

0.0.1 • Public • Published

Vue2BootstrapExtras

Vue2BootstrapExtras Component for Vue 2.x

Install

    npm install vue2-bootstrap-extras --save

Demo

For demo, please see here

Usage

1. Import the component

import Vue2BootstrapExtras from 'vue2-bootstrap-extras';

2.1 Use it globally

Vue.use(Vue2BootstrapExtras);

2.2 Or use it locally

components: {
    'vue2-bootstrap-extras': Vue2BootstrapExtras
},

3. Update your app or template:

<div>
...
<vue2-bootstrap-extras></vue2-bootstrap-extras>
...
</div>

Properties

There are no properties.

Example

Please see App.vue for example use.

Contributing

Contributions are welcome

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

/vue2-bootstrap-extras/

    Package Sidebar

    Install

    npm i vue2-bootstrap-extras

    Weekly Downloads

    7

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    29.3 kB

    Total Files

    7

    Last publish

    Collaborators

    • san-kumar