0.1.10 • Published 5 months ago

@vishadtyagi/full-year-calendar v0.1.10

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

FullYearCalendar

FullYearCalendar is a React component that displays a full-year calendar with the ability to add, update, and delete schedules for specific dates.

🚀 Demo

Check out the Live Demo to see FullYearCalendar in action.

📦 Installation

You can install FullYearCalendar as an NPM package:

npm install @vishadtyagi/full-year-calendar

🚀 Usage

Import the FullYearCalendar component and use it in your React app:

import "@vishadtyagi/full-year-calendar/dist/index.cjs.css";
import FullYearCalendar from "@vishadtyagi/full-year-calendar";

const App = () => {
  return <FullYearCalendar />
};

export default App;

🎯 Features

  • 📅 Display a full-year calendar
  • 🔄 Navigate through years and months
  • 🎨 Highlight current date, month, and days with different colors
  • 📆 Display days of the week

🤝 Contributing

Contributions are welcome! Feel free to submit issues or create pull requests.

📄 License

This project is licensed under the MIT License.

0.1.10

5 months ago

0.1.9

5 months ago

0.1.8

5 months ago

0.1.7

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago