# maxiim3-date-picker

> A custom Date Picker built with React. V1.2.0 : Added custom CSS and accessibility

Latest version **1.4.2** (published 2023-06-06) · 0 weekly downloads

## Install

```sh
npm install maxiim3-date-picker
pnpm add maxiim3-date-picker
yarn add maxiim3-date-picker
bun add maxiim3-date-picker
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.2 |
| Published | 2023-06-06 |
| First published | 2023-03-23 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 477.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | maxiim3 |

## Links

- npm: https://www.npmjs.com/package/maxiim3-date-picker
- npm.io page: https://npm.io/package/maxiim3-date-picker

## Dependencies (6)

- [react](https://npm.io/package/react.md) ^18.2.0
- [react-dom](https://npm.io/package/react-dom.md) ^18.2.0
- [react-icons](https://npm.io/package/react-icons.md) ^4.7.1
- [react-redux](https://npm.io/package/react-redux.md) ^8.0.5
- [react-router-dom](https://npm.io/package/react-router-dom.md) ^6.7.0
- [@phntms/css-components](https://npm.io/package/@phntms/css-components.md) ^0.4.0

## Recent versions

- 1.4.2 (latest) — 2023-06-06
- 1.4.1 — 2023-06-06
- 1.4.0 — 2023-06-06
- 1.3.0 — 2023-06-06
- 1.2.0 — 2023-06-06
- 1.1.0 — 2023-04-03
- 1.0.5 — 2023-04-03
- 1.0.4 — 2023-04-03
- 1.0.3 — 2023-04-03
- 1.0.2 — 2023-03-24
- 1.0.1 — 2023-03-23
- 1.0.0 — 2023-03-23

## README

# React Date Picker Component

---

A customizable date picker component for React that allows users to select a date from a calendar.

## Author

This component was created by [Maxiim3](https://github.com/maxiim3).

## Installation

```shell
npm i maxiim3-date-picker
```

Alternatively, you can use Yarn:

```shell
yarn add  maxiim3-date-picker
```

## Usage

```tsx
import {Maxiim3DatePicker} from " maxiim3-date-picker"

function App() {
	return (
		<div>
			<h1>Select a Date</h1>
			<Maxiim3DatePicker inputLabel={"Date of Birth"} />
		</div>
	)
}
```

## Props

The `Maxiim3DatePicker` component accepts the following props:

| Prop Name    | Type     | Required |          Description           |
|--------------|----------|----------|:------------------------------:|
| `inputLabel` | `string` | Yes      | The label for the input field. |

## License

This component is licensed under the [MIT License](https://opensource.org/licenses/MIT).<br>
Feel free to use it in your own projects or modify it to suit your needs.

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