Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 656 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 656 Bytes

react-lottie-player

Lottie Player with ReactJS

NPM JavaScript Style Guide

Install

npm install --save react-lottie-player

Usage

import React, { Component } from 'react'

import MyComponent from 'react-lottie-player'
import 'react-lottie-player/dist/index.css'

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

License

MIT © mralaminahamed