Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@vurilo/nepali-date-picker

vurilo74MIT0.0.5TypeScript support: included

Nepali Calendars, date and time pickers based on Mantine components

mantine, nepali-dates, nepali date picker

readme

Nepali Date picker with time using Mantine

Installation

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

npm run build

Updating package version

npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]

Publishing package

npm publish