0.0.3 • Published 5 years ago

vue-wiv v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

vue-wiv · GitHub license npm version JavaScript Style Guide

Vue component for wiggly divs (wiv.js)

Initialized with the Vue CLI.

Install

npm install --save vue-wiv

Example

Example

Usage

See App.vue for an example implementation

<template>
  <div>
    <Wiv>
      <span>Default Wiv</span>
    </Wiv>
    <Wiv
      color="#4B0082"
      :height="8"
      :speed=".15"
      :thickness="2"
      :tightness="6"
    >
      <div>Slow and Wiggly</div>
    </Wiv>
    <Wiv>
      <Wiv>Wiv-ception</Wiv>
    </Wiv>
  </div>
</template>
<script>
import Wiv from 'vue-wiv'
export default {
  name: 'MyComponent',
  components: { Wiv }
}
</script>
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago

0.1.0

5 years ago