0.0.1-patch-1 • Published 1 year ago
@chenwei02/vue-icon v0.0.1-patch-1
@chenwei02/vue-icon
Install
npm install @chenwei02/vue-icon
或 yarn 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
name | type | default |
---|---|---|
size | number | undefined |
width | number | undefined |
height | number | undefined |
className | string | undefined |
color | string | undefined |
fill | string | undefined |
stroke | string | undefined |
0.0.1-patch-1
1 year ago
0.0.1
1 year ago