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