7.8.0 • Published 5 months ago

glow-gradient-button-react v7.8.0

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

a glow and gradient button component for vue

🏠 Homepage

Demo

Install

`npm  i  glow-gradient-button-vue ` or `pnpm i   glow-gradient-button-vue `      

Usage

import   GlowGradientButton  from 'glow-gradient-button-react' 
import  'glow-gradient-button-react/style.css'
 
return
<>
<GlowGradientButton title="fuck"  effectOption="spin" />
</> 

使用自定义属性

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

5 months ago

7.7.9

5 months ago

7.7.8

5 months ago

7.7.7

5 months ago