
Product
A New Design for GitHub PR Comments
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
react-input-moment
Advanced tools
React date and time pickers powered by MomentJS.
This project is created from an older GitHub project by Prometheus Research. I wanted to add more functionality, but the other project was not being maintained and not being published to NPM so we created this repo.
This module has peer dependencies: react, react-dom, and moment. These dependencies are not included in the build to reduce duplicate dependencies as a result of minor version differences. This allows for a flat dependency graph and should significantly reduce build size. Read More Here
As with many css components, getting them to look the way you want on all devices is not always so easy. These pickers are designed to stretch to their parent container element. The parent wrapper must have a set width and height.
Go download input-moment.css and drop it as a css link in your html page.
import {InputMoment, DatePicker, TimePicker} from 'react-input-moment';
//all wrapper classes should have a set width and height.
//percentages will work as long as the parent of the wrapper has a set width and height.
<div className="wrapper">
<InputMoment
moment={this.state.moment}
onChange={this.handleChange}
showSeconds={true}
locale="en"
/>
</div>
<div className="wrapper">
<DatePicker
moment={this.state.moment}
onChange={this.handleChange}
locale="en"
/>
</div>
<div className="wrapper">
<TimePicker
moment={this.state.moment}
onChange={this.handleChange}
showSeconds={true}
locale="en"
/>
</div>
Check app.js for a working example.
ISC
FAQs
React date and time pickers powered by MomentJS.
The npm package react-input-moment receives a total of 57 weekly downloads. As such, react-input-moment popularity was classified as not popular.
We found that react-input-moment demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
Security News
Slopsquatting is a new supply chain threat where AI-assisted code generators recommend hallucinated packages that attackers register and weaponize.