Skip to content

ServeResume/react-entrance-animation

Repository files navigation

react-entrance-animation

A React component that handle loading with entrance animation

NPM JavaScript Style Guide

Install

npm install --save react-entrance-animation

Usage

import React, { Component } from 'react'

import MyComponent from 'react-entrance-animation'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © yasserhennawi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published