https://github.com/nixjs/date-picker
A modern React Datepicker, makeup style easy.
https://github.com/nixjs/date-picker
calendar calendar-component date-fns date-picker datepicker daterangepicker react-date-range react-datepicker react-day-picker
Last synced: 3 months ago
JSON representation
A modern React Datepicker, makeup style easy.
- Host: GitHub
- URL: https://github.com/nixjs/date-picker
- Owner: nixjs
- Created: 2024-04-18T08:31:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T07:38:25.000Z (about 1 year ago)
- Last Synced: 2025-03-05T17:51:10.080Z (4 months ago)
- Topics: calendar, calendar-component, date-fns, date-picker, datepicker, daterangepicker, react-date-range, react-datepicker, react-day-picker
- Language: TypeScript
- Homepage: https://date-picker-example-navy.vercel.app
- Size: 737 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @nixjs23n6/date-picker
A modern React Datepicker, makeup style easy.

## Install
```shell [npm]
npm install @nixjs23n6/date-picker
``````shell [pnpm]
pnpm add @nixjs23n6/date-picker
``````shell [yarn]
yarn add @nixjs23n6/date-picker
``````shell [bun]
bun add @nixjs23n6/date-picker
```