0.2.2 • Published 1 year ago

@99mini/calendar v0.2.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Install

$ yarn add @99mini/calendar

Usage

import

import from @99mini/calendar or @99mini/calendar/<component>. You can do a default import using calendar/<component>.

import { SingleCalendar } from "@99mini/calendar";
import SingleCalendar from "@99mini/calendar/SingleCalendar";

SingleCalendar

Default

import SingleCalendar from "@99mini/calendar/SingleCalendar";

const App = () => {
  return <SingleCalendar year={2024} month={6} />;
};

readonly

import SingleCalendar from "@99mini/calendar/SingleCalendar";

const App = () => {
  return <SingleCalendar year={2024} month={6} readonly />;
};

Dependency

@99mini/atom @99mini/molecular @99mini/core

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago