1.0.0 • Published 10 months ago

@shuami-dev/nuxt-button v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Vue and Nuxt Custom Button

This is a package that can be used in Vue and Nuxt projects.

How to Use

Install

npm i @shuami-dev/nuxt-button

In your project (e.g: index.ts)

<template>
  <PrimaryButton label="Primary" @click="primaryClick" />
  <WarningButton label="Warning" @click="warningClick" />
</template>
1.0.0

10 months ago