@yundal/calendar-ui
v0.1.18
Published
An easy-to-use React calendar component written in TypeScript, optimized and bundled with tsdown.
Downloads
733
Readme
Calendar-ui
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-uiUsage
import Calendar from '@yundal/calendar-ui';
import '@yundal/calendar-ui/index.css';
function App() {
return <Calendar />;
}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
