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

generator.client.tikui.style.template.toasting.toasting.mixin.pug.mustache Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
include /organism/toasts/toasts.mixin.pug

mixin toasting(orientations)
  - const orientationsClass = orientations.split(' ').map(orientation => `-${orientation}`).join(' ');
  .toasting(class=orientationsClass)
    +toasts
      +toasts--toast First toast message
      +toasts--toast Second toast message
      +toasts--toast Last toast message




© 2015 - 2025 Weber Informatics LLC | Privacy Policy