0.0.5 • Published 5 months ago

@vurilo/nepali-date-picker v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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