boom-calendar
v1.7.22
Published
Powerful and customizable calendar package
Readme
Boom Calendar
Powerful and customizable calendar package.
Installation
npm install --save boom-calendarCode 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.
