JSPM

@expanseagency/react-datepicker

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q11669F
  • License MIT

A simple, lightweight, accessible, and easily customizable datepicker built with React and Tailwind CSS.

Package Exports

  • @expanseagency/react-datepicker

Readme

React Datepicker

Modular date picker component for React using the native date class. Supports single, multiple and range.

Features

  • ✅ Select single date
  • ✅ Select multiple dates
  • ✅ Select date range
  • ✅ Use shortcuts to select a date range
  • ✅ TypeScript support
  • ✅ Locale support
  • ✅ Modular
  • ✅ Localization
  • ✅ Min, Max select dates

Roadmap

  • Disable specific dates
  • Minimum Date and Maximum Date
  • Bring your own styles
  • Custom date format

Installation

Install via pnpm

pnpm install @expanselabs/react-datepicker

Install via npm

npm install @expanselabs/react-datepicker

Install via yarn

yarn add @expanselabs/react-datepicker

Current Version

Different pick modes

Playground

Clone the repository and run the following commands:

Using pnpm

pnpm i && pnpm dev

Using npm

npm i && npm dev

Using yarn

yarn install && yarn dev

The playground runs on http://localhost:3000

Contributing

See CONTRIBUTING.md

License

MIT Licensed. Copyright (c) Expanse Agency 2024