sp-dev-fx-webparts/samples/react-daterangepicker
Hugo Bernier 4cff25877f
Update README.md
2020-07-10 00:02:12 -04:00
..
assets Initial version 2020-07-09 23:56:30 -04:00
config Initial version 2020-07-09 23:56:30 -04:00
src Initial version 2020-07-09 23:56:30 -04:00
teams Initial version 2020-07-09 23:56:30 -04:00
.gitignore Initial version 2020-07-09 23:56:30 -04:00
LICENSE Initial version 2020-07-09 23:56:30 -04:00
README.md Update README.md 2020-07-10 00:02:12 -04:00
gulpfile.js Initial version 2020-07-09 23:56:30 -04:00
package-lock.json Initial version 2020-07-09 23:56:30 -04:00
package.json Initial version 2020-07-09 23:56:30 -04:00
tsconfig.json Initial version 2020-07-09 23:56:30 -04:00
tslint.json Initial version 2020-07-09 23:56:30 -04:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
react
04/07/2020 12:00:00 AM

Date range picker in SPFx

Summary

This web part used the date range picker in the SharePoint Framework (SPFx) web part

Sample of the offline first webpart

Used SharePoint Framework Version

1.10.0

Applies to

Solution

Solution Author(s)
react-daterangepicker Ravichandran Krishnasamy (@ravichandran-blog Know More)

Version history

Version Date Comments
1.0.0 July 04, 2020 Initial release.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

Local Mode

This solution can work on local mode.