package modal
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- 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
- 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
- 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
- sealed trait ModalDimmer extends Product with Serializable
- 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
- sealed trait ModalSize extends Product with Serializable
Value Members
- object Modal extends Serializable
- object ModalActions extends Serializable
- object ModalContent extends Serializable
- object ModalDescription extends Serializable
- object ModalDimmer extends Serializable
- object ModalHeader extends Serializable
- object ModalSize extends Serializable