Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@vishadtyagi/full-year-calendar

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vishadtyagi/full-year-calendar

A full-year calendar React component with month and date navigation.

latest
Source
npmnpm
Version
0.1.10
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

react

FAQs

Package last updated on 09 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts