Nepali Datetime components for React
npm install react-nepali-datetime
or
yarn add react-nepali-datetime
import { NepaliDatePicker } from 'react-nepali-datetime'
const MyComponent = () => {
return (
<>
<NepaliDatePicker />
</>
)
}
export default MyComponent
We appreciate feedback and contribution to this package. To get started please see our contribution guide.