Lottie Player with ReactJS
npm install --save react-lottie-player
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 />
}
}
MIT © mralaminahamed