Packages

package modal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Modal(as: UndefOr[AsC] = js.undefined, actions: UndefOr[Seq[ShorthandS[Button]]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, centered: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, closeIcon: UndefOr[Icon] = js.undefined, closeOnDimmerClick: UndefOr[Boolean] = js.undefined, closeOnDocumentClick: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[ModalContent]] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[ModalDimmer] = js.undefined, eventPool: UndefOr[String] = js.undefined, header: UndefOr[ShorthandS[ModalHeader]] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[Callback] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[Callback] = js.undefined, onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[Callback] = js.undefined, open: UndefOr[Boolean] = js.undefined, size: UndefOr[ModalSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[ModalProps, Modal] with Product with Serializable
  2. final case class ModalActions(as: UndefOr[AsC] = js.undefined, actions: UndefOr[Seq[ShorthandS[Button]]] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[Callback] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[ModalActionsProps, ModalActions] with Product with Serializable
  3. final case class ModalContent(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, image: UndefOr[Boolean] = js.undefined, scrolling: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[ModalContentProps, ModalContent] with Product with Serializable
  4. final case class ModalDescription(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[ModalDescriptionProps, ModalDescription] with Product with Serializable
  5. sealed trait ModalDimmer extends Product with Serializable
  6. final case class ModalHeader(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[ModalHeaderProps, ModalHeader] with Product with Serializable
  7. sealed trait ModalSize extends Product with Serializable

Value Members

  1. object Modal extends Serializable
  2. object ModalActions extends Serializable
  3. object ModalContent extends Serializable
  4. object ModalDescription extends Serializable
  5. object ModalDimmer extends Serializable
  6. object ModalHeader extends Serializable
  7. object ModalSize extends Serializable

Ungrouped