final case class FormButton(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, animated: UndefOr[ButtonAnimated] = js.undefined, attached: UndefOr[ButtonAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, floated: UndefOr[semanticui.SemanticFloat] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, inline: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, labelPosition: UndefOr[LabelPosition] = js.undefined, loading: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, required: UndefOr[Boolean] = js.undefined, role: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[FormButtonProps, FormButton] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FormButton
- Serializable
- Product
- Equals
- GenericJsComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FormButton(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, animated: UndefOr[ButtonAnimated] = js.undefined, attached: UndefOr[ButtonAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, floated: UndefOr[semanticui.SemanticFloat] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, inline: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, labelPosition: UndefOr[LabelPosition] = js.undefined, loading: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, required: UndefOr[Boolean] = js.undefined, role: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val active: UndefOr[Boolean]
- def addModifiers(modifiers: Seq[TagMod]): FormButton
- Definition Classes
- FormButton → GenericJsComponentAC
- val animated: UndefOr[ButtonAnimated]
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attached: UndefOr[ButtonAttached]
- val basic: UndefOr[Boolean]
- val circular: UndefOr[Boolean]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val color: UndefOr[semanticui.SemanticColor]
- val compact: UndefOr[Boolean]
- val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[FormButtonProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[FormButtonProps, MountedWithRoot[[A]A, FormButtonProps, Null, Component[FormButtonProps, Null], FormButtonProps, Null], FormButtonProps, MountedWithRoot[[A]A, FormButtonProps, Null, Component[FormButtonProps, Null], FormButtonProps, Null]], FormButtonProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[FormButtonProps, MountedWithRoot[[A]A, FormButtonProps, Null, Component[FormButtonProps, Null], FormButtonProps, Null], FormButtonProps, MountedWithRoot[[A]A, FormButtonProps, Null, Component[FormButtonProps, Null], FormButtonProps, Null]]]
- Attributes
- protected
- Definition Classes
- FormButton → GenericJsComponentAC
- val content: UndefOr[ShorthandS[VdomNode]]
- val control: UndefOr[String]
- def cprops: FormButtonProps
- Attributes
- protected
- Definition Classes
- FormButton → Passthrough
- val disabled: UndefOr[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error: UndefOr[ShorthandB[Label]]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val floated: UndefOr[semanticui.SemanticFloat]
- val fluid: UndefOr[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val icon: UndefOr[ShorthandSB[Icon]]
- val inline: UndefOr[Boolean]
- val inverted: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: UndefOr[ShorthandS[Label]]
- val labelPosition: UndefOr[LabelPosition]
- val loading: UndefOr[Boolean]
- val modifiers: Seq[TagMod]
- Definition Classes
- FormButton → Passthrough
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val negative: UndefOr[Boolean]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onClick: UndefOr[Callback]
- val onClickE: UndefOr[OnClick]
- val positive: UndefOr[Boolean]
- val primary: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawModifiers: (FormButtonProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: Render[FormButtonProps]
- Definition Classes
- GenericJsComponentAC
- Annotations
- @inline()
- val required: UndefOr[Boolean]
- val role: UndefOr[Boolean]
- val secondary: UndefOr[Boolean]
- val size: UndefOr[semanticui.SemanticSize]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tabIndex: UndefOr[TabIndex]
- val toggle: UndefOr[Boolean]
- val tpe: UndefOr[String]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val width: UndefOr[semanticui.SemanticWidth]