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.
yarn add @yundal/calendar-ui
# or
npm install @yundal/calendar-ui
import Calendar from '@yundal/calendar-ui';
import '@yundal/calendar-ui/index.css';
function App() {
return <Calendar />;
}
📅 Simple monthly calendar view
⬅️➡️ Previous/Next month navigation
🎨 Customizable with Tailwind CSS
🔧 TypeScript support
🌍 Automatic timezone detection
Chrome, Firefox, Safari, Edge (modern versions)
Contributions are welcome! Please feel free to submit a Pull Request.
See CHANGELOG.md for version history.
MIT
