1.0.1 • Published 12 months ago

react-jsx-ts-calendar v1.0.1

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

React(jsx, ts) Calendar Library

How to use!

  • Step1. Install by executing npm install react-js-ts-calendar or yarn add react-js-ts-calendar
  • Step2. Import by adding import { Calendar } from 'react-js-ts-calendar
  • Step3. Use by adding <Calendar />

Demo

This is a simple package usage demo.

Getting Start

Compatibility

Your project needs to use React 16.8 or later. react-calendar uses modern web technologies. That's why it's so fast, lightweight and easy to style.

Installation

Add react-calendar to your project by executing npm install react-js-ts-calendar or yarn add react-js-ts-calendar

Using

import { Calendar } from 'react-js-ts-calendar';

const App = () => {
  return (
    <div>
      <Calendar />
    </div>
  );
};

export default App;

User Guide

Calendar Displays a complete, interactive calendar.

License

MIT LICENSE

Github

LINK

Author

이승현
1.0.1

12 months ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago