1.0 KiB
1.0 KiB
@proj-airi/ui
A stylized UI component library built with Reka UI.
To preview the components, refer to the stage-ui package for instructions for running the Histoire UI storyboard.
Usage
ni @proj-airi/ui -D # from @antfu/ni, can be installed via `npm i -g @antfu/ni`
pnpm i @proj-airi/ui -D
yarn i @proj-airi/ui -D
npm i @proj-airi/ui -D
<script setup lang="ts">
import { Button } from '@proj-airi/ui'
</script>
<template>
<Button>Click me</Button>
</template>