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

generator.client.tikui.style.molecule.field.field.mixin.pug.mustache Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
include /atom/label/label.mixin.pug

mixin field(label, options)
  - const { forId } = options || {};
  .field
    .field--label
      +label({forId: forId})= label
    .field--input
      block




© 2015 - 2025 Weber Informatics LLC | Privacy Policy