wangzuo / input-moment

React datetime picker powered by momentjs
https://wangzuo.github.io/input-moment
ISC License
527 stars 173 forks source link

Without node? #18

Open Noitidart opened 8 years ago

Noitidart commented 8 years ago

Hi there, I have downloaded your files from dist. I am doing this without node. This is my code:

<link rel="stylesheet" type="text/css" href="/assets/js/3rd/input-moment.css">
<script src="/assets/js/3rd/moment_with_locales.js"></script>
<script src="/assets/js/3rd/input-moment.js"></script>

However InputMoment is not defined. Can you please show me how to access InputMoment without having to use node?

Thanks

PapePathe commented 8 years ago

I have the same issue here.