platform-calendar-seatmap
v1.0.23
Published
Powerful and customizable calendar package
Downloads
1,094
Readme
Boom Calendar
Powerful and customizable calendar package.
Installation
npm install --save platform-calendar-seatmap
Code 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;
Full documentation is on the way.