ServeResume / react-entrance-animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 92.1%Language:HTML 6.9%Language:CSS 0.9%