rsf-calendar
v0.2.12
Published
custom calendar
Readme
React Service Forms Calendar
This is a React component wrapping [rsf-toast-calendar].
💾 Installation
npm
npm install rsf-calendaryarn
yarn add rsf-calendar📅 Usage
You can use Calendar as moudule format or namespace.
/* ES6 module in Node.js environment */
import Calendar from "rsf-calendar";/* CommonJS in Node.js environment */
const Calendar = require("rsf-calendar");then
function App() {
return (
<div>
<Calendar />
</div>
);
}Props
For example, you can pass Props like this
type Props = {
view?: ViewType,
type?: CalendarType,
rooms?: Options["calendars"],
initialEvents?: Partial<EventObject>[],
responsibles?: Options["attentions"],
};📜 License
This software is licensed under the MIT © [NHN Cloud]
