# antd-daterange

> Date range picker based on ant-design

Latest version **1.0.2** (published 2022-07-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install antd-daterange
pnpm add antd-daterange
yarn add antd-daterange
bun add antd-daterange
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2022-07-04 |
| First published | 2022-07-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Bun Wong |
| Maintainers | hdwong |
| Keywords | react, ant-design, antd, datepicker, rangepicker, daterange |

## Links

- npm: https://www.npmjs.com/package/antd-daterange
- Repository: https://github.com/hdwong/antd-daterange
- Homepage: https://github.com/hdwong/antd-daterange#readme
- Issues: https://github.com/hdwong/antd-daterange/issues
- npm.io page: https://npm.io/package/antd-daterange

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2022-07-04
- 1.0.1 — 2022-07-04
- 1.0.0 — 2022-07-04

## README

# antd-daterange
Date range picker based on ant-design.

[Demo](https://stackblitz.com/edit/react-rr7uuq)

## Install
Yarn
```
yarn add antd-daterange
```

NPM
```
npm install antd-daterange
```

## Usage
```js
import DateRange from "antd-daterange";

export default () => {
  const [ value, setValue ] = useState();

  return (
    <DateRange value={value} onChange={setValue} />
  );
}
```

## Screenshot
![SCREENSHOT](https://user-images.githubusercontent.com/5576253/177102435-837611be-309f-4f89-a005-b0cb04b8f4c8.png)

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