akiokio-react-notification

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i akiokio-react-notification

Weekly Downloads

2

Version

0.1.1

License

none

Last publish

Collaborators

  • akiokio