others

Animated Chevron Icon

Hover the chevron and it becomes an arrow.

Installation

Add component

Copy and paste the code into your project's component directory.

Update parent class

Animated Chevron uses group-hover to trigger the hover state. Add group class to the parent.

vue
<button class="group">
  <AnimatedChevron />
</button>
Edit this page on GitHub