1.3.0 • Published 3 months ago

@airjam/react-calendar v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

react-calendar

React component for AirJam's Calendar component

NPM JavaScript Style Guide

Install

npm install --save react-calendar

Usage

import React, { Component } from 'react'

import  { Calendar, ViewType } from '@airjam/reactcalendar';
import '@airjam/reactcalendar/dist/style.css';

class Example extends Component {
  const id = "some_id"; // create a new calendar component from https://airjam.co/calendar and copy its id and paste it here
  render() {
    return <Calendar id="{id}" viewAs={ViewType.List}/>
  }
}

License

MIT © mjlee1983

1.2.0

3 months ago

1.3.0

3 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago