Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 601 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 601 Bytes

seasoned-flash

Simple flash messages

NPM JavaScript Style Guide

Install

npm install --save seasoned-flash

Usage

import React, { Component } from 'react'

import MyComponent from 'seasoned-flash'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © SeasonedSoftware