historical-dates-ui
v0.1.7
Published
React UI components for historical-dates
Downloads
4
Readme
historical-dates-ui
React UI components for entering historical-dates.
Live example
Install
npm install --save historical-dates-ui
Usage
import * as React from 'react'
import { DateAnnotatorComponent } from 'historical-dates-ui'
class Example extends React.Component {
render () {
return (
<DateAnnotatorComponent text="ad III kal mar MCMLXXXVII" onChange={function() {}} />
)
}
}
License
ISC © UUDigitalHumanitieslab