Packages

final case class Button(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[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloat] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = 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, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, role: UndefOr[String] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[ButtonProps, Button] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[ButtonProps, PropsAndChildren, Unit, Button], PassthroughAC[ButtonProps], Passthrough[ButtonProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Button
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Button(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[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloat] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = 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, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, role: UndefOr[String] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val active: UndefOr[Boolean]
  5. def addModifiers(modifiers: Seq[TagMod]): Button
    Definition Classes
    Button → GenericJsComponentAC
  6. val animated: UndefOr[ButtonAnimated]
  7. val as: UndefOr[AsC]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val attached: UndefOr[ButtonAttached]
  10. val basic: UndefOr[Boolean]
  11. val circular: UndefOr[Boolean]
  12. val className: UndefOr[String]
  13. val clazz: UndefOr[Css]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. val color: UndefOr[SemanticColor]
  16. val compact: UndefOr[Boolean]
  17. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[ButtonProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ButtonProps, MountedWithRoot[[A]A, ButtonProps, Null, Component[ButtonProps, Null], ButtonProps, Null], ButtonProps, MountedWithRoot[[A]A, ButtonProps, Null, Component[ButtonProps, Null], ButtonProps, Null]], ButtonProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ButtonProps, MountedWithRoot[[A]A, ButtonProps, Null, Component[ButtonProps, Null], ButtonProps, Null], ButtonProps, MountedWithRoot[[A]A, ButtonProps, Null, Component[ButtonProps, Null], ButtonProps, Null]]]
    Attributes
    protected
    Definition Classes
    Button → GenericJsComponentAC
  18. val content: UndefOr[ShorthandS[VdomNode]]
  19. def cprops: ButtonProps
    Attributes
    protected
    Definition Classes
    Button → Passthrough
  20. val disabled: UndefOr[Boolean]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. val floated: UndefOr[SemanticFloat]
  24. val fluid: UndefOr[Boolean]
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. val icon: UndefOr[ShorthandSB[Icon]]
  27. val inverted: UndefOr[Boolean]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val label: UndefOr[ShorthandS[Label]]
  30. val labelPosition: UndefOr[LabelPosition]
  31. val loading: UndefOr[Boolean]
  32. val modifiers: Seq[TagMod]
    Definition Classes
    Button → Passthrough
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. val negative: UndefOr[Boolean]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. val onClick: UndefOr[Callback]
  38. val onClickE: UndefOr[OnClick]
  39. val positive: UndefOr[Boolean]
  40. val primary: UndefOr[Boolean]
  41. def productElementNames: Iterator[String]
    Definition Classes
    Product
  42. def rawModifiers: (ButtonProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  43. def render: Render[ButtonProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  44. val role: UndefOr[String]
  45. val secondary: UndefOr[Boolean]
  46. val size: UndefOr[SemanticSize]
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. val tabIndex: UndefOr[TabIndex]
  49. val toggle: UndefOr[Boolean]
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[ButtonProps, PropsAndChildren, Unit, Button]

Inherited from PassthroughAC[ButtonProps]

Inherited from Passthrough[ButtonProps]

Inherited from AnyRef

Inherited from Any

Ungrouped