@folpe/cralendar
v1.2.0
Published
React calendar to manage CRA made easy
Downloads
2
Readme
@folpe/cralendar
A simple calendar to manage CRA (Compte Rendu Activité)
Installation
To install and use this component, you can install it via npm. Make sure you have npm installed on your machine.
npm install --save @folpe/cralendar
Usage
import React from 'react'
import { Calendar } from '@folpe/cralendar'
const App = () => {
return (
<div>
<Calendar />
</div>
)
}
Documentation
Coming soon
Props to use
type CralendarProps = {
date?: Date
weekStartsOn?: number
displayBoosterActions?: boolean
displayWeekDays?: boolean
displayPrevNext?: boolean
holidays?: Holidays
onCalendarChange: (data: ExportedData) => void
}
Contribute
Show your ❤️ and support by giving a ⭐. Any suggestions are welcome!
License
Licensed under MIT