2.0.1 • Published 8 years ago

zooid-toast v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

zooid-toast

Build Status npm version Code Climate Slack Status

Install

npm install --save zooid-toast

Props

PropTypeDefaultDescription
classNamestringAdditional css classes to merge into the component
messagestringMessage to show. Should be concise.
timeoutnumber4000timeout 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" />
2.0.1

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago