New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@grixu/button

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grixu/button

Button component in Vue3

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@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.

Keywords

button

FAQs

Package last updated on 13 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts