Package

com.karasiq.bootstrap

modal

Permalink

package modal

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Modal extends AnyRef

    Permalink
  2. case class ModalBuilder(title: scalatags.JsDom.all.Modifier, body: scalatags.JsDom.all.Modifier, buttons: scalatags.JsDom.all.Modifier) extends Modal with Product with Serializable

    Permalink
  3. trait ModalOptions extends Object

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. object Modal

    Permalink

    Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

    Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

    See also

    https://getbootstrap.com/javascript/#modals

Ungrouped