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

seasonedcc/seasoned-flash

Repository files navigation

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