UNPKG

vue-chevron

Version:

Animated chevron toggle component

39 lines (27 loc) 870 B
# vue-chevron [![NPM version](https://img.shields.io/npm/v/vue-chevron.svg?style=flat)](https://npmjs.com/package/vue-chevron) [![NPM downloads](https://img.shields.io/npm/dm/vue-chevron.svg?style=flat)](https://npmjs.com/package/vue-chevron) [![NPM dependencies](https://img.shields.io/david/ispal/vue-chevron.svg?style=flat)](https://npmjs.com/package/vue-chevron) Animated chevron toggle component ## Demo [ispal.github.io/vue-chevron/](https://ispal.github.io/vue-chevron/) ## Install ```bash npm install vue-chevron ``` CDN: [UNPKG](https://unpkg.com/vue-chevron/) | [jsDelivr](https://cdn.jsdelivr.net/npm/vue-chevron/) (available as `window.VueChevron`) ## Usage ```vue <template> <vue-chevron></vue-chevron> </template> <script> import VueChevron from 'vue-chevron' export default { components: { VueChevron } } </script> ``` ## License MIT