UNPKG

react-nepali-datetime

Version:

[![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

41 lines (27 loc) 930 B
# 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 ( <> <NepaliDatePicker /> </> ) } export default MyComponent ``` ## Contribution We appreciate feedback and contribution to this package. To get started please see our [contribution guide](CONTRIBUTING.md).