# Nepali Date picker with time using Mantine

## Installation

```bash
I# With yarn
yarn add @vurilo/core @mantine/hooks @vurilo/nepali-date-picker dayjs

# With npm
npm install @mantine/core @mantine/hooks @vurilo/nepali-date-picker dayjs

# with pnpm
pnpm add @mantine/core @mantine/hooks @vurilo/nepali-date-picker dayjs
```

# Usage

Please use the documentations here https://mantine.dev/dates/getting-started/

# Preparing the release

```bash
npm run build
```

# Updating package version

```bash
npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
```

# Publishing package

```bash
npm publish
```
