Socket
Socket
Sign inDemoInstall

historical-dates-ui

Package Overview
Dependencies
34
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    historical-dates-ui

React UI components for historical-dates


Version published
Weekly downloads
0
Maintainers
1
Install size
6.56 MB
Created
Weekly downloads
 

Readme

Source

historical-dates-ui

NPM JavaScript Style Guide

React UI components for entering historical-dates.

Live example

Try the component!

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

FAQs

Last updated on 17 Jun 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc