7.8.0 • Published 5 months ago
glow-gradient-button-react v7.8.0
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
- Website: https://gitee.com/superwindcloud
- Twitter: @X
- Github: @super3windcloud
- LinkedIn: @super
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator