Skip to content

akiokio/react-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Notifications

Build Status Coverage Status

Examples/Documentation

Installation

with npm:

npm i akiokio-react-notification

with yarn:

yarn add akiokio-react-notification

Usage

Find all the usage options and examples here or in the src/stories/index.js file

This is the most basic example:

import Notification from 'akiokio-react-notification';

const Page = () => (
  <div>
    <Notification
      title='My first notification'
      content='Lorem ipsum dor asimet'
    />
  </div>
)

export default Page;

Tests

Issues

If you found something wrong with the component please open an issue here: https://github.com/akiokio/react-notifications/issues/new

Contributing

License

Licensed under the MIT License: https://opensource.org/licenses/MIT