Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 286 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 286 Bytes

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.