<h2>Vue Reveal Effect</h2>
npm install vue-reveal-effectcoffeescript
npm i -S vue-reveal-effect
`
🦄 Use in JS
`html
REVEAL EFFECT
REVEAL EFFECT
REVEAL EFFECT
`
🦄 Use in Vue
`js
import { createApp } from 'vue'
import VueRevealEffect from 'vue-reveal-effect'
createApp(App).use(VueRevealEffect).mount('#app')
`
`html
VUE REVEAL EFFECT
VUE REVEAL EFFECT
VUE REVEAL EFFECT
`
📄 Props
| Name | Type | Default | Description |
| ------------------ | ------------------- | ------- | -------------------------- |
| borderWidth | MaybeRef | 1 | |
| borderColor | MaybeRef | | |
| borderGradientSize | MaybeRef | 100 | |
| bgColor | MaybeRef | | |
| bgGradientSize | MaybeRef | 130 | |
| clickEffect | MaybeRef | true | Enable ripple click effect |
| light | MaybeRef | | |
| disabled | MaybeRef | false | |
☹ Not Supported
- ❌ border-radius attribute of css is not supported
- ❌