1.0.3 • Published 6 years ago

react-super-footer v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

react-super-footer

A library that adds makes sure that your footer isn't shown before content has loaded.

NPM JavaScript Style Guide

Install

npm install --save react-super-footer

Usage

import React, { Component } from 'react'

import SuperFooter from 'react-super-footer'

class Example extends Component {
  render () {
    return (
      <SuperFooter lines={5} height={10}/>
    )
  }
}
PropertyDefaultRequiredDescription
lines2falsenumber of lines to render
height14falseheight of lines in pixels
dynamicfalsefalseif true, dynamically renders lines until the window height is reached

License

MIT © snrn-Pontus

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago