react-available-times:选择可用时隙的日历

时间:2024-06-06 02:32:29
【文件属性】:

文件名称:react-available-times:选择可用时隙的日历

文件大小:381KB

文件格式:ZIP

更新时间:2024-06-06 02:32:29

JavaScript

React可用时间 一个React组件,允许用户在类似日历的UI中选择时隙。 安装 npm install --save react-available-times 用法 import AvailableTimes from 'react-available-times' ; < AvailableTimes weekStartsOn = "monday" calendars = { [ { id : 'work' , title : 'Work' , foregroundColor : '#ff00ff' , backgroundColor : '#f0f0f0' , selected : true , } , { id : 'private' , title : 'M


网友评论