1.0.6 • Published 2 years ago

vue-heroicon-next v1.0.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Vue Heroicons

A simple component for loading Heroicons by Adam Wathan and Steve Schoger.

Check out https://heroicons.com for a full library.

Installation

npm install vue-heroicon-next -D

Usage

<template>
  <div>
    <Icon name="annotation" solid class="w-6 h-6" />
    <Icon name="annotation" outline class="w-6 h-6" />
  </div>
</template>

<script setup>
import Icon from 'vue-heroicon-next'

export default {
  components: { Icon }
}
</script>
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.4.5

2 years ago

0.4.6

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago