# @berlitz/datepicker

> Datepicker component for the Max Design System

Latest version **3.2.3** (published 2025-04-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @berlitz/datepicker
pnpm add @berlitz/datepicker
yarn add @berlitz/datepicker
bun add @berlitz/datepicker
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.2.3 |
| Published | 2025-04-21 |
| First published | 2019-03-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 34.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | berlitz |

## Links

- npm: https://www.npmjs.com/package/@berlitz/datepicker
- Homepage: https://github.com/berlitz-global/max/blob/master/components/datepicker/CHANGELOG.md
- npm.io page: https://npm.io/package/@berlitz/datepicker

## Dependencies (1)

- [react-datepicker](https://npm.io/package/react-datepicker.md) 4.8.0

## Recent versions

- 3.2.3 (latest) — 2025-04-21
- 3.0.5-test.25 (canary) — 2022-01-24
- 3.2.2 — 2025-04-16
- 3.2.1 — 2025-04-16
- 3.2.0 — 2025-04-16
- 3.1.0 — 2022-11-18
- 3.0.4 — 2021-09-20
- 3.0.3 — 2021-08-05
- 3.0.2 — 2021-01-06
- 3.0.1 — 2021-01-05
- 3.0.0 — 2020-10-16
- 2.0.2 — 2020-04-07
- 2.0.1 — 2020-04-02
- 2.0.0 — 2020-03-31
- 1.2.2 — 2019-10-24
- … 13 more at https://npm.io/package/@berlitz/datepicker/versions

## README

# Datepicker [![npm version](https://img.shields.io/npm/v/@berlitz/Datepicker.svg)](https://www.npmjs.com/package/@berlitz/Datepicker)

_what does this component do?_
It is a datepicker/timepicker component. It is also used for calendar display.

## Installation

```shell
yarn add @berlitz/datepicker
```

## Props

- Refer to this [link](https://github.com/Hacker0x01/react-datepicker/blob/master/docs/datepicker.md) for complete reference of the api documentation

## Usage

```jsx
import Datepicker from '@berlitz/datepicker'
const MyApp = () => <Datepicker />
```

### When to use this component

- Use when in need of a datepicker/timepicker field.
- Use for Calendar display

### Notes

For reference, please view this [website](https://reactdatepicker.com/) for list of examples in using the library

---
_Source: https://npm.io/package/@berlitz/datepicker · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
