Skip to content

yunhaecho/calendar-ui

Repository files navigation

npm npm npm

Calendar-ui provides easy-to-use , yet simple react calendar component with convenient monthly navigation(prev, next).

Calendar's year and month are set based on the user's local timezone automatically.

Installation

yarn add @yundal/calendar-ui
# or
npm install @yundal/calendar-ui

Usage

import Calendar from '@yundal/calendar-ui';
import '@yundal/calendar-ui/index.css';

function App() {
  return <Calendar />;
}

Calender Example

Features

📅 Simple monthly calendar view
⬅️➡️ Previous/Next month navigation
🎨 Customizable with Tailwind CSS
🔧 TypeScript support
🌍 Automatic timezone detection

Browser Support

Chrome, Firefox, Safari, Edge (modern versions)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Changelog

See CHANGELOG.md for version history.

License


MIT

About

Generic React calendar component for month-by-month date navigation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published