@otezz/heroicons-vue

0.2.1 • Public • Published

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

Name Description Required Default value
name Icon name yes -
type Icon type no medium

Readme

Keywords

Package Sidebar

Install

npm i @otezz/heroicons-vue

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

434 kB

Total Files

10

Last publish

Collaborators

  • otezz