react-loaf

Customizable toast library

Usage no npm install needed!

<script type="module">
  import reactLoaf from 'https://cdn.skypack.dev/react-loaf';
</script>

README

react-loaf

Customizable toast library

NPM JavaScript Style Guide

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