You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I've been comparing React-based date and time pickers, and input-moment looks to be the best. However, getting up to speed with it could be a little easier. If you ...
Included an import or require line in the readme.md instructions code; without this one doesn't know whether to do import InputMoment from 'input-moment' or import {InputMoment} from 'input-moment'
Mention the CSS requirements (and how to fulfill them); right now there's no mention of the CSS on the readme.md, but obviously the CSS is pretty important to the library
Thanks for making input-moment!
The text was updated successfully, but these errors were encountered:
Hello. I've been comparing React-based date and time pickers, and
input-moment
looks to be the best. However, getting up to speed with it could be a little easier. If you ...Included an
import
orrequire
line in the readme.md instructions code; without this one doesn't know whether to doimport InputMoment from 'input-moment'
orimport {InputMoment} from 'input-moment'
Mention the CSS requirements (and how to fulfill them); right now there's no mention of the CSS on the readme.md, but obviously the CSS is pretty important to the library
Thanks for making input-moment!
The text was updated successfully, but these errors were encountered: