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[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[semanticui.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[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.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[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[semanticui.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[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. val active: UndefOr[Boolean]
  2. def addModifiers(modifiers: Seq[TagMod]): Button
    Definition Classes
    Button → GenericJsComponentAC
  3. val animated: UndefOr[ButtonAnimated]
  4. val as: UndefOr[AsC]
  5. val attached: UndefOr[ButtonAttached]
  6. val basic: UndefOr[Boolean]
  7. val circular: UndefOr[Boolean]
  8. val className: UndefOr[String]
  9. val clazz: UndefOr[Css]
  10. val color: UndefOr[semanticui.SemanticColor]
  11. val compact: UndefOr[Boolean]
  12. val content: UndefOr[ShorthandS[VdomNode]]
  13. val disabled: UndefOr[Boolean]
  14. val floated: UndefOr[semanticui.SemanticFloat]
  15. val fluid: UndefOr[Boolean]
  16. val icon: UndefOr[ShorthandSB[Icon]]
  17. val inverted: UndefOr[Boolean]
  18. val label: UndefOr[ShorthandS[Label]]
  19. val labelPosition: UndefOr[LabelPosition]
  20. val loading: UndefOr[Boolean]
  21. val modifiers: Seq[TagMod]
    Definition Classes
    Button → Passthrough
  22. val negative: UndefOr[Boolean]
  23. val onClick: UndefOr[Callback]
  24. val onClickE: UndefOr[OnClick]
  25. val positive: UndefOr[Boolean]
  26. val primary: UndefOr[Boolean]
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. def rawModifiers: (ButtonProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  29. def render: Render[ButtonProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  30. val role: UndefOr[Boolean]
  31. val secondary: UndefOr[Boolean]
  32. val size: UndefOr[semanticui.SemanticSize]
  33. val tabIndex: UndefOr[TabIndex]
  34. val toggle: UndefOr[Boolean]