Skip to content

opensource-nepal/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.