New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-custom-duration-picker

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-custom-duration-picker

A React component that offer a variation of time-picker component that let the user select a range of time.

  • 1.0.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

React Dynamic Tabs

A React component that offer a variation of time-picker component that let the user select a range of time.

Installation

To install the react-custom-duration-picker package, run the following command:

npm install react-custom-duration-picker

Usage

  1. Import the DurationPicker component from the react-custom-duration-picker package:
import DurationPicker from 'react-custom-duration-picker';
  1. Render the DurationPicker component in your React app and set the initial state:
<DurationPicker
  duration={ */ time range in seconds /* }
  onSubmit={() => { */ your function /* }}
/>

View

Alt image

Contributing

If you would like to contribute to the react-dynamic-tabs package, please fork the repository and submit a pull request with your changes.

License

This project is licensed under the ISC License. See the LICENSE file for details.

Contact

If you have any questions or comments, please email me at gustavobmachado105@gmail.com.

Keywords

FAQs

Package last updated on 15 Mar 2023

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