0.0.6 • Published 8 months ago

@jofu/calendar v0.0.6

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

@jofu/calendar

Introduction

@jofu/calendar is a flexible React library for displaying monthly calendars

@jofu/calendar

Installation

Install the package using npm or yarn:

npm install @jofu/calendar@latest

or

yarn add @jofu/calendar@latest

Usage

Here’s an example of how to use JofuCalendar in a React project:

import React from 'react';
import JofuCalendar from '@jofu/calendar';
import '@jofu/calendar/style';

const App: React.FC = () => {
    return <JofuCalendar />;
};

export default App;

See more examples

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago