# simple-ui-datepicker

> Simple ui datepicker width @material-ui/pickers, styled-components, moment

Latest version **1.0.2** (published 2021-03-09) · 0 weekly downloads

## Install

```sh
npm install simple-ui-datepicker
pnpm add simple-ui-datepicker
yarn add simple-ui-datepicker
bun add simple-ui-datepicker
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2021-03-09 |
| First published | 2021-03-08 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 1.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Nimesh Deuja |
| Maintainers | ndeuja |

## Links

- npm: https://www.npmjs.com/package/simple-ui-datepicker
- Repository: https://github.com/nimeshdeuja/simple-ui-datepicker
- Homepage: https://github.com/nimeshdeuja/simple-ui-datepicker#readme
- Issues: https://github.com/nimeshdeuja/simple-ui-datepicker/issues
- npm.io page: https://npm.io/package/simple-ui-datepicker

## Recent versions

- 1.0.2 (latest) — 2021-03-09
- 1.0.1 — 2021-03-09
- 1.0.0 — 2021-03-08

## README

# simple-ui-datepicker

> Simple UI date picker width @material-ui/pickers, styled-components, moment.

## Install

```bash
npm i simple-ui-datepicker
```

## Usage

```jsx
import { DatePick } from 'simple-ui-datepicker'
<DatePick
  fullWidth={true}
  variant='standard' // options 'outlined','filled','standard'
  label='DOB'
  className='myClass'
  value={new Date()}
  min={new Date()} // min date user can select
  hideMaxDate={true}
  max={new Date()} // max date user can select if hideMaxDate is true
  changed={(item)=>}
  size='medium' // options 'small','medium','large'
  language='en' // options 'en','pt'
/>
```

### Peer Dependencies

> Make sure that your project has all these packages installed.

```bash
npm i @material-ui/core@4.11.3
npm i styled-components@5.2.1
npm i @material-ui/pickers@3.2.10
npm i @material-ui/icons@4.11.2
npm i date-fns@2.18.0
npm i @date-io/date-fns@1.3.13
npm i moment@2.29.1
```

## Author

Nimesh Deuja

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