npm.io
1.0.2 • Published 6 years ago

react-native-kj-calendar

Licence
MIT
Version
1.0.2
Deps
0
Size
16 kB
Vulns
0
Weekly
0

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>
  );
};

Keywords