react-trip-date
It's a fully customizable Date/Range picker for ReactJS.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- release.md
- ci.yml
- publish.yml
- storybook.yml
- pull_request_template.md
- commit-msg
- pre-commit
- main.ts
- manager-head.html
- preview.tsx
- chevron-left.svg
- chevron-right.svg
- Calendar.spec.tsx
- Calendar.tsx
- calendar.type.ts
- index.ts
- DisplayMonths.spec.tsx
- DisplayMonths.tsx
- DisplayYears.tsx
- Header.tsx
- index.ts
- TitleOfWeek.tsx
- constants.ts
- index.ts
- theme.ts
- types.ts
- DatePicker.spec.tsx
- datePicker.style.tsx
- DatePicker.tsx
- datePicker.type.ts
- Day.tsx
- index.ts
- Months.tsx
- classNames.spec.ts
- createCalendar.spec.ts
- dayjsLocalized.spec.ts
- getDayFormat.spec.ts
- handleDayKeyDown.spec.ts
- mergeObjects.spec.ts
- sliceDaysOfMonthToWeeks.spec.ts
- useControlled.spec.tsx
- classNames.ts
- createCalendar.ts
- dayjs-config.ts
- dayjsLocalized.ts
- getDayFormat.ts
- handleDayKeyDown.ts
- isMobile.ts
- mergeObjects.ts
- sliceDaysOfMonthToWeeks.ts
- TestProviders.tsx
- useCalendarController.ts
- useClickOutside.ts
- useControlled.ts
- RangePicker.spec.tsx
- Day.tsx
- index.ts
- Months.tsx
- RangePicker.tsx
- rangePicker.type.ts
- Accessibility.mdx
- GettingStarted.mdx
- Introduction.mdx
- Localization.mdx
- MigrationV1V2.mdx
- Recipes.mdx
- Theming.mdx
- Calendar.stories.tsx
- DatePicker.stories.tsx
- RangePicker.stories.tsx
- index.ts
- setupTests.ts
- styles.d.ts
- .eslintrc.cjs
- .gitignore
- .lintstagedrc
- .nvmrc
- .prettierrc
- .releaserc.json
- CHANGELOG.md
- commitlint.config.mjs
- demo.gif
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- vite.config.ts
- vitest.config.ts
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/samsam-ahmadi/react-trip-date
Downloads the entire project code from GitHub to your computer.
cd react-trip-date
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add react-trip-date styled-components dayjs
Type this command into your terminal and run it.
npm install react-trip-date styled-components dayjs
Downloads and installs the libraries listed in package.json.
yarn install
Downloads and installs the libraries listed in package.json.
yarn storybook # http://localhost:9009
Type this command into your terminal and run it.
yarn test
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)
