bp-vuejs-dropdown

2.1.1 • Public • Published

bp-vuejs-dropdown

Documentation and demo

Install:

npm i -D bp-vuejs-dropdown
import Vue from 'vue';
import Dropdown from 'bp-vuejs-dropdown';
// global
Vue.use(Dropdown)
// local
components: { Dropdown }

Use:

<dropdown>
    <template slot="btn">Custom btn</template>
    <template slot="icon">Custom icon</template>
    <template slot="body">Custom body</template>
</dropdown>

Package Sidebar

Install

npm i bp-vuejs-dropdown

Weekly Downloads

2

Version

2.1.1

License

MIT

Last publish

Collaborators

  • boris-butenko