vue-next-heroicons

1.0.1 • Public • Published

Vue Next HeroIcons

A set of free Hero Icons library made for Vue 3


Install

# npm 
npm install vue-next-heroicons
 
# yarn 
yarn add vue-next-heroicons

Usage

// Outline
import { AcademicCap, Annonation, ... } from 'vue-next-heroicons/outline'
 
// Solid
import { AcademicCap, Annonation, ... } from 'vue-next-heroicons/solid'

Global usage

import { HeroIcons, Outline } from 'vue-next-heroicons'
 
HeroIcons.register(Outline, true);
createApp(...).use(HeroIcons).mount(...);

Sizing

You can set a custom size using the size prop.
By default, icon size is 1.5x.


For multiple based sizing, pass the desired multiple followed by an x.

<AcademicCap size="1.5x" />

For pixel based sizing, pass an integer

<AcademicCap :size="24" />

Credits

Hero Icons © Tailwind Labs, Released under the MIT License.

Author

vue-next-heroicons © dapotatoman, Released under the MIT License.

Package Sidebar

Install

npm i vue-next-heroicons

Homepage

undefined

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

1.23 MB

Total Files

465

Last publish

Collaborators

  • dapotatoman