Install:
yarn add fuzzy-uiImport what you need:
<template>
<FUIButton>Hello</FUIButton>
</template>
<script setup>
import { FUIButton } from 'fuzzy-ui'
</script>The full documentation can be found here.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Install:
yarn add fuzzy-uiImport what you need:
<template>
<FUIButton>Hello</FUIButton>
</template>
<script setup>
import { FUIButton } from 'fuzzy-ui'
</script>The full documentation can be found here.