🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

@highpoint/react-fullcalendar

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highpoint/react-fullcalendar

React version of the fullcalendar jQuery plugin

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 20 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts