Made with create-react-library
npm install --save mi-floating-button-library
import React, { Component } from 'react'
import MyComponent from 'mi-floating-button-library'
import 'mi-floating-button-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}