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
- Host: GitHub
- URL: https://github.com/opensource-nepal/react-nepali-datetime
- Owner: opensource-nepal
- License: gpl-3.0
- Created: 2024-12-15T09:09:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T14:25:52.000Z (about 1 year ago)
- Last Synced: 2025-05-05T15:47:08.212Z (about 1 year ago)
- Language: TypeScript
- Size: 110 KB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 (
<>
>
)
}
export default MyComponent
```
## Contribution
We appreciate feedback and contribution to this package. To get started please see our [contribution guide](CONTRIBUTING.md).