vue-vanta

0.0.1 • Public • Published

vue-vanta

Animated website backgrounds in a few lines of code.

How to use?

npm install vue-vanta

Example

<template>
  <v-vanta effect="waves" :options=options></v-vanta>
</template>
 
<script>
  import VVanta from 'veu-vanta';
  export default {
    components: { VVanta },
    data () {
      return {
        options: {
            mouseControls: true,
            touchControls: true,
            minHeight: 500.00,
            minWidth: 200.00,
            scale: 1.00,
            scaleMobile: 1.00
        }
      }
    }
  }
</script>

Options

Property Description type default
effect String birds
options Each effect has its own specific parameters. Explore them all at www.vantajs.com! Object

Package Sidebar

Install

npm i vue-vanta

Weekly Downloads

17

Version

0.0.1

License

ISC

Unpacked Size

3.34 kB

Total Files

4

Last publish

Collaborators

  • bihnam