1.0.3 • Published 3 years ago

@poleski/button v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@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/button

Usage

<template>
	<Button label="Hello World!" gradient="blue" />
</template>


<script setup lang="ts">
import { Button } from '@poleski/button'
</script>
1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago