Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bee-calendar

Package Overview
Dependencies
Maintainers
14
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-calendar

Calendar ui component for react

  • 2.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
14
Created
Source

bee-calendar

npm version Build Status Coverage Status devDependency Status NPM downloads Average time to resolve an issue Percentage of issues still open

react bee-calendar component for tinper-bee

some description...

使用方法

使用单独的calendar包

组件引入

先进行下载bee-calendar包

npm install --save bee-calendar

组件调用

import Calendar from 'bee-calendar';
ReactDOM.render(
        <Calendar></Calendar>
        , document.getElementById('target'));
样式引入
  • 可以使用link引入build目录下Calendar.css
<link rel="stylesheet" href="./node_modules/bee-calendar/build/Calendar.css">
  • 可以在js中import样式
import "./node_modules/bee-calendar/src/Calendar.scss"
//或是
import "./node_modules/bee-calendar/build/Calendar.css"

API

参数说明类型默认值
prefixClsprefixCls of this componentString
value输入框当前的值moment
defaultValue输入框默认的值moment
defaultType默认渲染类型:日期/月份stringdate
type面板的类型:日期/月份string
onTypeChange面板切换的回调函数function(type)
fullscreen铺满显示boolfalse
monthCellRender月份显示回调函数function
dateCellRender日期显示回调函数function
monthCellContentRender月份内容渲染回调函数function
dateCellContentRender日期内容渲染回调函数function
onSelect日期选中回调函数Function(date: moment)
开发调试
$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/bee-calendar
$ cd bee-calendar
$ npm install
$ npm run dev

Keywords

FAQs

Package last updated on 24 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc