Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@holographic-principle/react-datetime-picker

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@holographic-principle/react-datetime-picker

React component to pick date and time (with material design icons).

  • 0.2.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Introduction

This is a fork of the awesome chriskr/react-date-and-time-picker.

Installation

Using npm or yarn:

$ npm i @holographic-principle/react-datetime-picker
$ yarn add @holographic-principle/react-datetime-picker

Development

Run the development compilation process with:

$ yarn watch

The output will be collected into build/.

You can link this library for local development. Run:

$ yarn link

in the root directory of this repository, followed by:

$ yarn link "@holographic-principle/react-datetime-picker"

in the other project's root. Both the dev and the prod build exclude bundling dependencies such as React. Those will have to be required by the consumer. Resolutions and aliases will also have to be handled on that end.

Releasing

Running the following will release a new version of the library to NPM.

$ yarn build:prod
$ yarn publish

The build output can be found under dist/.

Credits and acknowledgements

Thanks to chriskr, a dear friend, colleague and mentor for writing the original datepicker.

Keywords

FAQs

Package last updated on 20 Apr 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc