0.4.2-3 • Published 3 years ago

@havekes/vue3-heroicons v0.4.2-3

Weekly downloads
16
License
MIT
Repository
-
Last release
3 years ago

Vue 3 Heroicons components

Heroicons components for Vue 3 with TypeScript typings.

Version of this package will follow the Heroicons versions.

Usage

npm i @havekes/vue3-heroicons
yarn add @havekes/vue3-heroicons

In a component:

// ...
import { OPlus } from '@havekes/vue3-heroicons';

export default defineComponent({
  components: { OPlus }
  // ...
})

For now, the library is only built as an ESM bundle.

Updating from upstream and compiling

The make_library.py script will regenerate all icons from the heroicons repo. It requires the request Python package to be installed.

pip install requests
python make_library.py
yarn build
0.4.2-3

3 years ago

0.4.2-2

3 years ago

0.4.2

3 years ago