0.2.0 • Published 11 months ago
react-nepali-datetime v0.2.0
React Nepali Datetime
Nepali Datetime components for React
Installation
npm install react-nepali-datetimeor
yarn add react-nepali-datetimeUsage
import { NepaliDatePicker } from 'react-nepali-datetime'
const MyComponent = () => {
return (
<>
<NepaliDatePicker />
</>
)
}
export default MyComponentContribution
We appreciate feedback and contribution to this package. To get started please see our contribution guide.