3.0.0-alpha.0 • Published 2 years ago

@upfos/label v3.0.0-alpha.0

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

@upfos/label

Install

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

Usage

<template>
 <u-label/>
</template>

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

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

Docs