1.0.12 • Published 1 year ago

react-custom-duration-picker v1.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

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.

1.0.9

1 year ago

1.0.8

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago