@samyeak/nepali-date-picker-mantine
Version:
Nepali Calendars, date and time pickers based on Mantine components
23 lines (14 loc) • 537 B
Markdown
# Nepali Date picker using Mantine
## Installation
```bash
# With yarn
yarn add @mantine/core @mantine/hooks @samyeak/nepali-date-picker-mantine dayjs
# With npm
npm install @mantine/core @mantine/hooks @samyeak/nepali-date-picker-mantine dayjs
# with pnpm
pnpm add @mantine/core @mantine/hooks @samyeak/nepali-date-picker-mantine dayjs
```
# Usage
Please use the documentations here https://mantine.dev/dates/getting-started/
# Reference
Forked from [@vurilo](https://github.com/vurilo/nepali-date-picker)