@marinos33/react-week-time-range-picker
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@marinos33/react-week-time-range-picker", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A React component for selecting a range of hours per day of the week", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
# react-week-time-range-picker | ||
[![NPM Status](https://img.shields.io/npm/dm/@marinos33/react-week-time-range-picker.svg?style=flat-square)](https://www.npmjs.com/package/@marinos33/react-week-time-range-picker) | ||
@@ -8,4 +9,3 @@ ## Introduction | ||
This component is a fork from https://github.com/lizhongzhen11/react-week-time-range-picker | ||
With various change such as: | ||
This component is a fork from https://github.com/lizhongzhen11/react-week-time-range-picker with various change such as: | ||
- Reworked completely in english rather than in chinese | ||
@@ -20,4 +20,4 @@ - Add customizable styles | ||
## Get Started | ||
To start using it do | ||
`$ npm install @marinos33/react-week-time-range-picker --save` | ||
To start using it do <br/> | ||
`npm install @marinos33/react-week-time-range-picker --save` | ||
@@ -32,3 +32,3 @@ And then you can import it like this: | ||
##Props | ||
## Props | ||
The available props for this components are the following. | ||
@@ -68,1 +68,4 @@ | Prop | Description | Type | Default | | ||
``` | ||
## Known issues | ||
- The drag box is inaccurate following the mouse movement |
121492
68