fuzzy-ui
v0.0.24
Published
Install:
Downloads
3
Readme
Quick Start
Install:
yarn add fuzzy-ui
Import what you need:
<template>
<FUIButton>Hello</FUIButton>
</template>
<script setup>
import { FUIButton } from 'fuzzy-ui'
</script>
The full documentation can be found here.