react-ytloader
v1.0.5
Published
A React Youtube Loader is a youtube style loader. it can be used in your react application.
Downloads
4
Maintainers
Readme
React-ytloader
A React Youtube Loader is a youtube style loader. it can be used in your react application..
Demo
The demo using react youtube loader is available in the link.
Install
npm install --save react-ytloader
Usage
import React, { Component } from 'react'
import YtLoader from 'react-ytloader'
import 'react-ytloader/dist/index.css'
class Example extends Component {
render() {
return <YtLoader settings={{isStart: true}} />
}
}
License
MIT © iamnachi