zooid-toast

2.0.1 • Public • Published

zooid-toast

Build Status npm version Code Climate Slack Status

Install

npm install --save zooid-toast

Props

Prop Type Default Description
className string Additional css classes to merge into the component
message string Message to show. Should be concise.
timeout number 4000 timeout in milliseconds

Example

import Toast from 'zooid-toast'
 
<Toast message="Device Updated!" />
<Toast message="Device Updated!" timeout="7777" />
<Toast message="Device Updated!" timeout="7777" className="AwesomeClass" />

Package Sidebar

Install

npm i zooid-toast

Weekly Downloads

0

Version

2.0.1

License

MIT

Last publish

Collaborators

  • sqrtofsaturn
  • royvandewater
  • peterdemartini
  • chrismatthieu
  • iamruinous
  • octoblu-user