react-nepali-datetime
Version:
[](https://www.npmjs.com/package/react-nepali-datetime) [](https://github.com/opensource-nepal/react
41 lines (27 loc) • 930 B
Markdown
# React Nepali Datetime
[](https://www.npmjs.com/package/react-nepali-datetime)
[](https://github.com/opensource-nepal/react-nepali-datetime/blob/main/LICENSE)
Nepali Datetime components for React

## Installation
```bash
npm install react-nepali-datetime
```
or
```bash
yarn add react-nepali-datetime
```
## Usage
```jsx
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](CONTRIBUTING.md).