Commit cad918c 1 parent 21fafc4 commit cad918c Copy full SHA for cad918c
File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- # react-daterange-picker
1
+ # react-daterange-picker
2
+ A react date range picker using material-ui components.
3
+
4
+ <a href =' https://www.npmjs.com/package/@matharumanpreet00/react-daterange-picker ' >
5
+ <img src='https://img.shields.io/npm/v/@matharumanpreet00/react-daterange-picker.svg' alt='Latest npm version'>
6
+ </a >
2
7
3
8
## Live Demo: https://matharumanpreet00.github.io/react-daterange-picker/
4
9
5
- A react date range picker using material-ui components.
6
10
7
- * NOTE* : This project is a WIP and ** NOT** stable for use in production
8
11
9
- ![ Screenshot] ( /screenshot_1.png?raw=true " Screenshot ")
10
12
13
+ ## Usage
11
14
15
+ ``` bash
16
+ npm install @matharumanpreet00/react-daterange-picker --save
17
+ # or with yarn
18
+ yarn add @matharumanpreet00/react-daterange-picker
19
+ ```
20
+
21
+ ![ Screenshot] ( /screenshot_1.png?raw=true " Screenshot ")
12
22
13
23
## Basic Example
14
24
``` tsx
You can’t perform that action at this time.
0 commit comments