Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ispal/vue-chevron

Animated chevron icon component for Vue
https://github.com/ispal/vue-chevron

component svg vue

Last synced: about 2 months ago
JSON representation

Animated chevron icon component for Vue

Awesome Lists containing this project

README

        

# 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

import VueChevron from 'vue-chevron'

export default {
components: {
VueChevron
}
}

```

## License

MIT