@nonvoid/schedule
v0.1.1
Published
Scheduling of events and reminders
Readme
novo-schedule
Scheduling of events and reminders
Install
npm install --save @novo/scheduleUsage
import * as React from 'react'
import MyComponent from '@nonVoid/schedule'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © @nonVoid
