7.9.6 • Published 5 months ago

glow-gradient-button-vue v7.9.6

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

a glow and gradient button component for vue

🏠 Homepage

Demo

Install

npm install

Usage

全局注册

import  App  from  './App.vue' 
import  {createApp} from 'vue'
import 'glow-gradient-button-vue/style.css'; 
import  GlowGradientButton from  'glow-gradient-button-vue' 
const app = createApp(App) 
app.use(GlowGradientButton)  
app.mount('#app')  

局部注册

import  {GlowGradientButton} from  'glow-gradient-button-vue' 
import 'glow-gradient-button-vue/style.css'; 
<template>
  <GlowGradientButton /> 
</template>

使用自定义属性

effectOption : 'spin' | 'wipe' | 'flicker' | 'wave' | 'throb' | 'pulse'; 默认 :flicker


Title :String , 默认 : "hover me"


textColor :String , 默认 : "maroon"


 <GlowGradientButton  effectOption="wave"  title="fuck you" textColor="lightpink" />  

Run tests

npm run test

Author

👤 superwindcloud

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

7.9.6

5 months ago

7.9.5

5 months ago

7.9.4

5 months ago

7.9.3

5 months ago

7.9.2

5 months ago

7.9.1

5 months ago

7.9.0

5 months ago

7.8.9

5 months ago

7.7.9

5 months ago

7.7.8

5 months ago

7.7.7

5 months ago