@highpoint/react-fullcalendar

0.1.2 • Public • Published

react-fullcalendar

This is a small React wrapper around fullcalendar jQuery plugin.

Read package.json for a reference on current peer dependencies. You'll need them in your project for this component to work properly and look properly.

installation

npm i @highpoint/react-fullcalendar

usage

const Calendar = require('..');
const { createElement: t } = require('react');
const { render } = require('react-dom');

const el = t(Calendar, {
  // any props passed go straight to jQuery plugin
  editable: true
});

render(el, document.querySelector('.app-container'));

Refer to experiment for a full example of this component working. You can run it with npm run experiment.

Readme

Keywords

none

Package Sidebar

Install

npm i @highpoint/react-fullcalendar

Weekly Downloads

3

Version

0.1.2

License

MIT

Unpacked Size

6.76 kB

Total Files

5

Last publish

Collaborators

  • gamalor
  • dustinneumann42
  • jkrehm
  • mciparelli
  • gjoneshpt