Skip to content

sominupadhyaya/react-nepali-datetime

 
 

Repository files navigation

React Nepali Datetime

npm version License

Nepali Datetime components for React

Screenshot of the react-nepali-datetime

Installation

npm install react-nepali-datetime

or

yarn add react-nepali-datetime

Usage

import { NepaliDatePicker } from 'react-nepali-datetime'

const MyComponent = () => {
  return (
    <>
      <NepaliDatePicker />
    </>
  )
}

export default MyComponent

Contribution

We appreciate feedback and contribution to this package. To get started please see our contribution guide.

About

React Nepali DateTime components on top of nepali-datetime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.5%
  • SCSS 6.4%
  • CSS 5.7%
  • JavaScript 5.3%
  • Other 1.1%