0.1.10 • Published 5 months ago
@vishadtyagi/full-year-calendar v0.1.10
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.