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

react-samay

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-samay

Time picker for React.js

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

React Samay

Time picker library for React.js

This is mainly a fork from rc-time-picker, which is no longer maintained. I have also mixed styling support from time-picker-io.

Beta Release

This migrated package is still not ready for production, as there might be some bugs related to code refactor. I'll welcome any PR(s) or issues so this package can be improved.

Features

  • Uses native date object
  • Dropdown based hour, minutes, seconds & meridiem. Better for desktop users with keyboard / mouse.
  • Keyboard navigation
  • Styled component
  • Similar API as rc-time-picker
  • Written with Typescript
  • In-built typings

Install

npm i --save react-samay

Usage

import TimePicker from 'react-samay';
import ReactDOM from 'react-dom';

ReactDOM.render(<TimePicker />, container);

Examples

Storybook examples are available here.

FAQs

Package last updated on 09 Jul 2022

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