platform-calendar-seatmap
v2.0.2
Published
Powerful and customizable calendar package
Readme
Boom Calendar
Powerful and customizable calendar package.
Installation
npm install --save platform-calendar-seatmapCode Example
Here's an example of basic usage:
import React from 'react';
import SeatMap from 'platform-calendar-seatmap';
const App = () => {
return <SeatMap />;
};
export default App;How to start project locally:
npm i in root directory
npm start in root directory
npm i in example folder
npm start in example folder
Full documentation is on the way.
