react-datepicker
π React DatePicker Library (Flexible, Reusable)
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- addons.js
- config.js
- webpack.config.js
- red.scss
- _mixin.scss
- _variable.scss
- app.scss
- calendar.scss
- CalendarSelectedController.tsx
- @types.ts
- Constant.ts
- IconBase.tsx
- Icons.tsx
- index.tsx
- SVGIcon.tsx
- Backdrop.tsx
- Calendar.tsx
- CalendarBody.tsx
- CalendarContainer.tsx
- CalendarHead.tsx
- DatePicker.tsx
- DayView.tsx
- Picker.tsx
- PickerInput.tsx
- RangeDatePicker.tsx
- RangePickerInput.tsx
- TableCell.tsx
- TableMatrixView.tsx
- TimeContainer.tsx
- TimeInput.tsx
- TodayPanel.tsx
- ArrayUtil.ts
- DateUtil.ts
- DOMUtil.ts
- FunctionUtil.ts
- LocaleUtil.ts
- StringUtil.ts
- TypeUtil.ts
- index.ts
- custom.css
- LayoutDecorator.tsx
- Calendar.stories.tsx
- DatePicker.stories.tsx
- PickerInput.stories.tsx
- RangeDatePicker.stories.tsx
- TimeContainer.stories.tsx
- TimeInput.stories.tsx
- Calendar.test.tsx.snap
- CalendarBody.test.tsx.snap
- CalendarContainer.test.tsx.snap
- CalendarHead.test.tsx.snap
- DayView.test.tsx.snap
- RangeDatePicker.test.tsx.snap
- RangePickerInput.test.tsx.snap
- TableCell.test.tsx.snap
- TableMatrixView.test.tsx.snap
- TodayPanel.test.tsx.snap
- TestingUtil.ts
- ArrayUtil.test.ts
- Calendar.test.tsx
- CalendarBody.test.tsx
- CalendarContainer.test.tsx
- CalendarHead.test.tsx
- DatePicker.test.tsx
- DateUtil.test.ts
- DayView.test.tsx
- DOMUtil.test.ts
- LocaleUtil.test.ts
- Picker.test.tsx
- PickerInput.test.tsx
- RangeDatePicker.test.tsx
- RangePickerInput.test.tsx
- StringUtil.test.ts
- TableCell.test.tsx
- TableMatrixView.test.tsx
- TimeContainer.test.tsx
- TimeInput.test.tsx
- TodayPanel.test.tsx
- .gitignore
- .huskyrc
- .npmignore
- .travis.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- package.json
- README.md
- test-preprocessor.js
- test-setup.js
- test-shim.js
- tsconfig.json
- tslint.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/y0c/react-datepicker
Downloads the entire project code from GitHub to your computer.
cd react-datepicker
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add @y0c/react-datepicker
Type this command into your terminal and run it.
npm install --save @y0c/react-datepicker
Downloads and installs the libraries listed in package.json.
yarn
Downloads and installs the libraries listed in package.json.
yarn run storybook
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
