boom-calendar
v1.6.20
Published
Powerful and customizable calendar package
Downloads
510
Readme
Boom Calendar
Powerful and customizable calendar package.
Installation
npm install --save boom-calendar
Code Example
Here's an example of basic usage:
import React from 'react';
import Calendar from 'boom-calendar';
const App = () => {
return <Calendar />;
};
export default App;
Full documentation is on the way.