UNPKG

apeman-react-toast

Version:
16 lines (13 loc) 252 B
'use strict' import React from 'react' import {ApToast, ApToastStyle} from 'apeman-react-toast' const ExampleComponent = React.createClass({ render () { return ( <div> <ApToastStyle /> <ApToast/> </div> ) } })