0.0.1-patch-1 • Published 1 year ago

@chenwei02/vue-icon v0.0.1-patch-1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@chenwei02/vue-icon

Install

npm install @chenwei02/vue-iconyarn add @chenwei02/vue-icon

Quick Start

<script setup lang="ts">
import { onMounted, ref } from 'vue'
import { Eye } from '@chenwei02/vue-icon'
</script>
<template>
  <main class="min-h-screen bg-white/20 p-10 flex flex-col">
    <Eye color="red" :size="30" />
  </main>
</template>

Svg API

Svg Attributes

nametypedefault
sizenumberundefined
widthnumberundefined
heightnumberundefined
classNamestringundefined
colorstringundefined
fillstringundefined
strokestringundefined
0.0.1-patch-1

1 year ago

0.0.1

1 year ago