Open imajim opened 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();
hello,
anyone install bootstrap datepicker with webpack ? i don's found a documentation
thx ^^