UNPKG

870 BMarkdownView Raw
1# vue-chevron
2
3[![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)
4[![NPM dependencies](https://img.shields.io/david/ispal/vue-chevron.svg?style=flat)](https://npmjs.com/package/vue-chevron)
5
6Animated chevron toggle component
7
8## Demo
9[ispal.github.io/vue-chevron/](https://ispal.github.io/vue-chevron/)
10## Install
11
12```bash
13npm install vue-chevron
14```
15
16CDN: [UNPKG](https://unpkg.com/vue-chevron/) | [jsDelivr](https://cdn.jsdelivr.net/npm/vue-chevron/) (available as `window.VueChevron`)
17
18## Usage
19
20```vue
21<template>
22 <vue-chevron></vue-chevron>
23</template>
24
25<script>
26import VueChevron from 'vue-chevron'
27
28export default {
29 components: {
30 VueChevron
31 }
32}
33</script>
34```
35
36## License
37
38MIT