0.3.0 • Published 3 years ago
vue-gooey-button v0.3.0
vue-gooey-button
A Vue implementation of a gooey button effect. This effect only works on desktop Chrome and Edge versions 105+. In other browsers, a fallback button is rendered.
Install
yarn add vue-ssr-carouselDefault
import GooeyButton from 'vue-gooey-button'
import 'vue-gooey-button/index.css'
Vue.component 'gooey-button', GooeyButtonNuxt
// nuxt.config.js
export default {
buildModules: [ 'vue-gooey-button/nuxt' ]
}Usage
<gooey-button
:border-radius='60'
background='#e8179e'
>
Click Me
</gooey-button>For more examples, see the demo: https://vue-gooey-button.netlify.app
Contributing
Run yarn dev to open a Nuxt dev build of the demo directory.