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

generator.client.tikui.style.atom.input-text.input-text.mixin.pug.mustache Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
mixin input-text(options)
  - const { id, placeholder, value, placeholderLoading } = options || {};
  - const placeholderClass = placeholderLoading ? '-placeholder' : null;
  input.input-text(id=id, type='text', placeholder=placeholder, class=placeholderClass)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy