An open API service indexing awesome lists of open source software.

https://github.com/opensource-nepal/react-nepali-datetime

React Nepali DateTime components on top of nepali-datetime
https://github.com/opensource-nepal/react-nepali-datetime

Last synced: about 1 year ago
JSON representation

React Nepali DateTime components on top of nepali-datetime

Awesome Lists containing this project

README

          

# React Nepali Datetime

[![npm version](https://img.shields.io/npm/v/react-nepali-datetime?color=48c21a)](https://www.npmjs.com/package/react-nepali-datetime)
[![License](https://img.shields.io/npm/l/react-nepali-datetime?label=License)](https://github.com/opensource-nepal/react-nepali-datetime/blob/main/LICENSE)

Nepali Datetime components for React

![Screenshot of the react-nepali-datetime](https://github.com/user-attachments/assets/814ac48f-54a0-4fa2-9acc-35bd9deb5949)

## 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 (
<>

>
)
}

export default MyComponent
```

## Contribution

We appreciate feedback and contribution to this package. To get started please see our [contribution guide](CONTRIBUTING.md).