1.1.2 • Published 4 years ago

react-surfaces v1.1.2

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

react-surfaces

A collection of animated background gradients

NPM JavaScript Style Guide

Install

npm install --save react-surfaces

Usage

import React, { Component } from 'react'

import Surface from 'react-surfaces'

class Example extends Component {
  render() {
    return <Surface 
      variant={2} // defaults to 1, possible values: (1-6)
      color1={'#ff0000'} // defaults to #e52421
      color2={'#0000ff'} // defaults to #0000ff
      transitionDuration={'2s'} // optional
      transitionDelay={'0s'} // optional
      transitionTimingFunction={'ease'} // optional
    />
  }
}

License

MIT © sempostma

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago