0.0.3 • Published 5 months ago

event_calendor v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

React Event Calendar

Render a full-sized event calendar easily in your React projects.

Installation

Install the event_calendor package using npm:

npm install event_calendor

import { CustomCalendor } from 'event_calendor/src';

Usage

import { CustomCalendor } from 'event_calendor/src';

// ...

Displaying Events

import { CustomCalendor } from 'event_calendor/src';

// ...

const sampleEvents = { date: '2023-12-05', title: 'Meeting', link: 'https://example.com/meeting', }, { date: '2023-12-10', title: 'Project Deadline', link: 'https://example.com/project-deadline', }, { date: '2023-12-15', title: 'Team Lunch', link: 'https://example.com/team-lunch', }, { date: '2023-12-28', title: 'Holiday Party', link: 'https://example.com/holiday-party', }, ;

Customization

This project is under active development, and users are encouraged to customize it according to their specific use cases. The CustomCalendor component provides various customization options, such as styling, event markers, and more. Refer to the component's documentation for detailed customization instructions.

Contributions

Contributions and feedback are welcome! If you have ideas for improvements, found a bug, or want to contribute to the project, please open an issue or submit a pull request.

License

Feel free to adjust or add any additional sections depending on the features of your project.

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago

0.0.0

5 months ago