1.0.0 • Published 2 years ago

@grixu/button v1.0.0

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

@grixu/button

It's simple button component in Vue 3, styled with WindiCSS.

Usage

<template>
  <Button primary @click="showAlert">Click me</Button>
</template>

<script setup>
import Button from '@grixu/button'

const showAlert = () => {
  console.log('Alert is not visible for ordinary mortals...')
}
</script>

Changelog

Please see CHANGELOG in each package for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.