# react-native-kj-calendar

> 日历组件

Latest version **1.0.2** (published 2020-06-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-kj-calendar
pnpm add react-native-kj-calendar
yarn add react-native-kj-calendar
bun add react-native-kj-calendar
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-06-29 |
| First published | 2020-06-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 15.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | kanka_liu |
| Maintainers | kanka_liu |
| Keywords | react, react-native, calendar |

## Links

- npm: https://www.npmjs.com/package/react-native-kj-calendar
- Repository: https://github.com/kankaLiu/react-native-kj-calendar
- Homepage: https://github.com/kankaLiu/react-native-kj-calendar#readme
- Issues: https://github.com/kankaLiu/react-native-kj-calendar/issues
- npm.io page: https://npm.io/package/react-native-kj-calendar

## 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) — 2020-06-29
- 1.0.1 — 2020-06-29
- 1.0.0 — 2020-06-29

## README

## react-native-kj-calendar
react-native日历组件

#### Installation
npm install react-native-kj-calendar --save
 or 
 yarn add react-native-kj-calendar --save

#### Usage
```
import { KJCalendar } from 'react-native-kj-calendar'

const App = () => {
  return (
    <View>
        <KJCalendar
            onDayPress={(dayModel) => { console.log('click day:', dayModel) }}
            onConfirm={(dayModel) => { console.log('click confirm:', dayModel) }}
            onCancel={() => { console.log('click cancel') }}
        />
    </View>
  );
};
```

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