@vurilo/nepali-date-picker
v0.0.5
Published
Nepali Calendars, date and time pickers based on Mantine components
Downloads
163
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