UNPKG

vanillajs-datepicker

Version:

A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks

7 lines (5 loc) 289 B
import {createTagRepeat, optimizeTemplateHTML} from '../../lib/utils.js'; export default optimizeTemplateHTML(`<div class="days"> <div class="days-of-week">${createTagRepeat('span', 7, {class: 'dow'})}</div> <div class="datepicker-grid">${createTagRepeat('span', 42)}</div> </div>`);