Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 930 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 930 Bytes

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.