A simple calendar to manage CRA (Compte Rendu Activité)
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
import React from 'react'
import { Calendar } from '@folpe/cralendar'
const App = () => {
return (
<div>
<Calendar />
</div>
)
}
Coming soon
Props to use
type CralendarProps = {
date?: Date
weekStartsOn?: number
displayBoosterActions?: boolean
displayWeekDays?: boolean
displayPrevNext?: boolean
holidays?: Holidays
onCalendarChange: (data: ExportedData) => void
}
Show your ❤️ and support by giving a ⭐. Any suggestions are welcome!
Licensed under MIT