jaga-cal-gen
v1.0.4
Published
This is a simple react component library that generates a calender based on date supplied in the date prop.
Downloads
2
Readme
React Simple Calendar Component Library
This is a simple react component library that generates a calender based on date supplied in the date prop.
Usage
Install the component library
npm i jaga-cal-gen
You can use it by supplying date prop in dd/mm/yyyy
format
import {Calendar} from 'jaga-cal-gen';
...
<Calendar date="31/04/2023"/>
...