vue-chevron

Animated chevron toggle component.

Install

npm install vue-chevron
Bash

CDN: UNPKG | jsDelivr (available as window.VueChevron)

Usage

<template>
  <vue-chevron></vue-chevron>
</template>

<script>
import VueChevron from 'vue-chevron'

export default {
  components: {
    VueChevron
  }
}
</script>
Vue

GitHub

Animated chevron icon component for VueRead More

Latest commit to the master branch on 2-27-2023
Download as zip