react-custom-duration-picker
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

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.

Package Sidebar

Install

npm i react-custom-duration-picker

Weekly Downloads

12

Version

1.0.12

License

ISC

Unpacked Size

8.27 MB

Total Files

10

Last publish

Collaborators

  • gusbmachado105