0.1.4 • Published 2 years ago

f-react-agenda v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

f-react-agenda

f-react-agenda is a simple agenda component for React.

Documentation and examples

Setup

Install package:

npm install f-react-agenda

Import component:

import { Agenda } from 'f-react-agenda';

Use React-Agenda:

<Agenda
    startTime={600}
    endTime={900}
    firstDay={1}
    daysNumber={7}
    locale="en-US"
/>

Features overview

  • Multiple views: day, week or custom range of days.
  • Timeslot: from one minute to sixty.
  • Events: shows events in the agenda based on a day and a time range.
  • Resources: enables separate lanes in the agenda (e.g.: rooms, collaborators, etc..)
  • Actions callback: click on timeslot, event or change date event.
  • Locale: dates format based on locale.
  • Timezone: converts date and time in selected timezone.

Possible future steps

  • Overlap events: manage events with the same day and time that overlaps.
  • Multi-days event: manage events that fits multiple days.
  • Drag&Drop: move event card from one timeslot or day to another. Adjust time length.
  • Color for resource: Display different color of the card, header or day column based on the resource.
  • ...: ...
  • ...: ...
0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago