Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
bee-calendar
Advanced tools
react bee-calendar component for tinper-bee
some description...
先进行下载bee-calendar包
npm install --save bee-calendar
组件调用
import DatePicker from 'bee-calendar';
ReactDOM.render(
<Calendar></Calendar>
, document.getElementById('target'));
<link rel="stylesheet" href="./node_modules/bee-datepicker/build/Calendar.css">
import "./node_modules/bee-button/src/Calendar.scss"
//或是
import "./node_modules/bee-button/build/Calendar.css"
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
prefixCls | prefixCls of this component | String | |
value | 输入框当前的值 | moment | |
defaultValue | 输入框默认的值 | moment | |
defaultType | 默认渲染类型:日期/月份 | string | date |
type | 面板的类型:日期/月份 | string | |
onTypeChange | 面板切换的回调函数 | function(type) | |
fullscreen | 铺满显示 | bool | false |
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
FAQs
Calendar ui component for react
The npm package bee-calendar receives a total of 74 weekly downloads. As such, bee-calendar popularity was classified as not popular.
We found that bee-calendar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.