New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vue-wiv

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-wiv

Vue component wrapper for more wiggly divs (https://github.com/jjkaufman/wiv.js)

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

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>

Keywords

wiv

FAQs

Package last updated on 30 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts