Package Exports
- @otezz/heroicons-vue
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@otezz/heroicons-vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
heroicons-vue
Vue component for Heroicons aimed for flexibility.
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 |