@ajentik/doo-iconik-vue
v1.0.0
Published
Vue 3 component adapter for doo-iconik icons
Maintainers
Readme
@ajentik/doo-iconik-vue
Vue component library: 595 hand-drawn doodle-style SVG icons for Vue 3.
Part of doo-iconik.
Install
npm i @ajentik/doo-iconik-vueUsage
<script setup>
import { DooIconik } from '@ajentik/doo-iconik-vue';
</script>
<template>
<DooIconik name="heart" size="lg" />
<DooIconik name="star" size="md" spin />
<DooIconik name="arrow-right" flip-horizontal />
</template>Props
All components accept: name, size, spin, pulse, bounce, flipHorizontal, flipVertical, variant, animation.
See the main documentation for full prop details.
License
MIT
