Made with create-react-library
npm install --save bg-img-slider-library
import React, { Component } from 'react'
import MyComponent from 'bg-img-slider-library'
import 'bg-img-slider-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © danieldimitrovvv