React UI components for entering historical-dates.
npm install --save historical-dates-ui
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() {}} />
)
}
}
Historical dates UI is shared under a BSD 3-Clause licence. See LICENSE for more information.
If you wish to cite this repository, please use the metadata provided in the CITATION.cff file.
For questions, small feature suggestions, and bug reports, feel free to create an issue. If you do not have a Github account, you can also contact the Centre for Digital Humanities.