README
react-loaf
Customizable toast library
Install
npm install --save react-loaf
Usage
import React, { Component } from 'react'
import MyComponent from 'react-loaf'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © mattshaffer11