All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.js.picker.templates.calendarWeeksTemplate.js Maven / Gradle / Ivy

import {createTagRepeat, optimizeTemplateHTML} from '../../lib/utils.js';

const calendarWeeksTemplate = optimizeTemplateHTML(`
${createTagRepeat('span', 6, {class: 'week block flex-1 leading-9 border-0 rounded-lg cursor-default text-center text-gray-900 font-semibold text-sm'})}
`); export default calendarWeeksTemplate;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy