0.2.1 • Published 3 years ago

@otezz/heroicons-vue v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

heroicons-vue

Vue component for Heroicons aimed for flexibility.

GitHub license npm GitHub Workflow Status Codecov

Install

npm i @otezz/heroicons-vue

Usage

<template>
  <Heroicons class="w-5 h-5" icon="home" />
</template>

<script>
import Heroicons from '@otezz/heroicons-vue';

export default {
  components: {
    Heroicons,
  },
};
</script>

Props

NameDescriptionRequiredDefault value
nameIcon nameyes-
typeIcon typenomedium
0.2.1

3 years ago

0.2.0

3 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago