Libraries are included as assets
composer require phore/theme-bootstrap
Example / testing is included. Run kickstart.sh
to go live and open
http://localhost
in your browser.
Activate in theme:
$themeConfig->frameworkds["daterangepicker"] = true;
Example
$('#demo').daterangepicker({
"startDate": "06/12/2020",
"endDate": "06/18/2020"
}, function(start, end, label) {
console.log('New date range selected: ' + start.format('YYYY-MM-DD') + ' to ' + end.format('YYYY-MM-DD') + ' (predefined range: ' + label + ')');
});
$themeConfig->frameworkds["select2"] = true;