0.0.4 • Published 5 years ago

react-wiv v0.0.4

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

react-wiv

React component for more wiggly divs (an implementation/wrapper of wiv.js)

JavaScript Style Guide

Originally bootstrapped using create-react-library

Demo: https://ndresselhaus.github.io/react-wiv/

Install

npm install --save react-wiv

Usage

import React, { Component } from 'react'

import Wiv from 'react-wiv'

class Example extends Component {
  render () {
    return (
      <Wiv color="#00FF00" height={4} tightness={6} thickness={2} speed={0.55}>
        HELLO WIGGLES!
      </Wiv>
    )
  }
}

License

MIT © ndresselhaus

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago