🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A minimal yet configurable multi-level dropdown component for Vue.js app.

Other

Documentation

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>

You May Also Like