leapfrogtechnology / nepali-date-picker

Nepali Date Picker jQuery Plugin 🇳🇵
http://leapfrogtechnology.github.io/nepali-date-picker/demo/
ISC License
87 stars 69 forks source link

not clear, what to import in react #44

Closed AsicsBajracharya closed 2 years ago

AsicsBajracharya commented 2 years ago

documentation is not clear on what to import this in reactjs,

mesaugat commented 2 years ago

Hello @AsicsBajracharya this is a jQuery plugin thus it can't be used in React code directly as "React is unaware of changes made to the DOM outside of React". You might want to check https://reactjs.org/docs/integrating-with-other-libraries.html to support your use case.

If you don't want to create your own React wrapper component around nepali-date-picker jQuery plugin, try some react based nepali datepicker libraries.