react-nepali-datetime
v0.2.0
Published
[![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
Downloads
164
Maintainers
Readme
React Nepali Datetime
Nepali Datetime components for React
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.