Calendarx

Wednesday, March 15 2017

Calendarx

What is it? A simple, customizable, extensible, reactive calendar plugin for React.

How do you use Calendarx?

Just install Calendarx with npm i --save calendarx and include it in your React app with:

import Calendarx from 'calendarx'

ReactDOM.render(
  <App>
    <Calendarx />
  </App>,
  document.getElementById('root')
)

That looks easy, but can I customize it? Of course. There are tons of options, and I encourage you to check them out.

What if I don't like it? Change it! This is just the beginning and we would love collaborators. If you have ideas in mind, open an issue or submit a PR.