3.0.0-alpha.0 • Published 2 years ago

@upfos/icon v3.0.0-alpha.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@upfos/icon

Install

npm i @upfos/icon
# or
yarn add @upfos/icon

Usage

<template>
 <u-icon/>
</template>

<script lang="ts">
import { defineComponent, toRefs } from 'vue'
import UIcon from '@upfos/icon'

export default defineComponent({
  components: { UIcon },
  setup() {}
})
</script>

Docs