@folpe/cralendar
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

@folpe/cralendar

NPM Version NPM License

🚀 Release

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

Readme

Keywords

none

Package Sidebar

Install

npm i @folpe/cralendar

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

2.68 MB

Total Files

139

Last publish

Collaborators

  • folpe