uxsolutions / bootstrap-datepicker

A datepicker for twitter bootstrap (@twbs)
Apache License 2.0
12.67k stars 6.06k forks source link

install with webpack ? #2644

Open imajim opened 2 years ago

imajim commented 2 years ago

hello,

anyone install bootstrap datepicker with webpack ? i don's found a documentation

thx ^^

rgyph commented 2 years ago

Yes. You need to import the installed library into your script (and possibly locale) and you can use the datepicker as usual.

import 'bootstrap-datepicker';
import 'bootstrap-datepicker/js/locales/bootstrap-datepicker.ru';

$('.datepicker').datepicker();