1.0.3 • Published 3 years ago
@poleski/button v1.0.3
@poleski/button
This is an individual package that contains a few different components for building out a specific piece of UI. If you want this specific packages without the added bloat of the entire UI package suite, install this package. If you just want the entire UI suite install the @poleski/ui package.
Installation
pnpm i @poleski/buttonUsage
<template>
<Button label="Hello World!" gradient="blue" />
</template>
<script setup lang="ts">
import { Button } from '@poleski/button'
</script>