generator.client.tikui.style.atom.label.label.mixin.pug.mustache Maven / Gradle / Ivy
mixin label(options)
- const { forId, placeholder } = options || {};
- const placeholderClass = placeholder ? '-placeholder' : null;
label.label(for=forId, class=placeholderClass)
block
© 2015 - 2025 Weber Informatics LLC | Privacy Policy