react-time-range-selector
Read this in other languages: 简体中文
Mobile range selector built on React。
The component can modify the span within a certain range by dragging.
features
API
| Property | Description | Type | Default |
| :----| :---- | :---- | :---- |
Installation
``bash
npm install react-time-range-selector
`
or
`bash
yarn add react-time-range-selector
`
Changelog
$3
- Add the width of the isolation line between two forbidden blocks (if 0, no)
- Refactoring configuration items
- Add gesture library, and click event will be triggered when dragging
- Elegant degradation, not set when scrollTo cannot be used
$3
- add "draggable"
$3
- When the slider exceeds the current view, the scroll bar scrolls itself.
- Control scroll bar scroll position.
- Add scroll bar slide speed.
$3
- Add a ruler.
- Add whether to align the grid.
- Add grid spacing.
- Add range array.
- Add initialization scrolling value.
- Add click, double-click event and display current node value (cooperate with business)
- Add a scroll event and pass out the current scroll position (distance node)
- Remove, click add, double-click delete code (determined by business party)
$3
- Pull out time? Becomes range selector
- test
$3
- Listen for external value modification and modify it.
$3
- Fixed head height
$3
- Setting DndContext as singleton to prevent errors two HTML5 backends at the same time`
$3
- Add a default value to ensure availability.
$3
- Available. The project name is react-time-range-selector.