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

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

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

const daysTemplate = optimizeTemplateHTML(`
${createTagRepeat('span', 7, {class: 'dow block flex-1 leading-9 border-0 rounded-lg cursor-default text-center text-gray-900 font-semibold text-sm'})}
${createTagRepeat('span', 42 , {class: 'block flex-1 leading-9 border-0 rounded-lg cursor-default text-center text-gray-900 font-semibold text-sm h-6 leading-6 text-sm font-medium text-gray-500 dark:text-gray-400'})}
`); export default daysTemplate;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy