Packages

final case class ButtonGroup(as: UndefOr[AsC] = js.undefined, attached: UndefOr[|[Boolean, String]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, buttons: UndefOr[Seq[Button]] = 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[Seq[VdomNode]] = js.undefined, floated: UndefOr[semanticui.SemanticFloat] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, labeled: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, widths: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[ButtonGroupProps, ButtonGroup] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[ButtonGroupProps, PropsAndChildren, Unit, ButtonGroup], PassthroughAC[ButtonGroupProps], Passthrough[ButtonGroupProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ButtonGroup
  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 ButtonGroup(as: UndefOr[AsC] = js.undefined, attached: UndefOr[|[Boolean, String]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, buttons: UndefOr[Seq[Button]] = 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[Seq[VdomNode]] = js.undefined, floated: UndefOr[semanticui.SemanticFloat] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, labeled: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, widths: UndefOr[semanticui.SemanticWidth] = 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. def addModifiers(modifiers: Seq[TagMod]): ButtonGroup
    Definition Classes
    ButtonGroup → GenericJsComponentAC
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attached: UndefOr[|[Boolean, String]]
  8. val basic: UndefOr[Boolean]
  9. val buttons: UndefOr[Seq[Button]]
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val color: UndefOr[semanticui.SemanticColor]
  14. val compact: UndefOr[Boolean]
  15. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[ButtonGroupProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ButtonGroupProps, MountedWithRoot[[A]A, ButtonGroupProps, Null, Component[ButtonGroupProps, Null], ButtonGroupProps, Null], ButtonGroupProps, MountedWithRoot[[A]A, ButtonGroupProps, Null, Component[ButtonGroupProps, Null], ButtonGroupProps, Null]], ButtonGroupProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ButtonGroupProps, MountedWithRoot[[A]A, ButtonGroupProps, Null, Component[ButtonGroupProps, Null], ButtonGroupProps, Null], ButtonGroupProps, MountedWithRoot[[A]A, ButtonGroupProps, Null, Component[ButtonGroupProps, Null], ButtonGroupProps, Null]]]
    Attributes
    protected
    Definition Classes
    ButtonGroup → GenericJsComponentAC
  16. val content: UndefOr[Seq[VdomNode]]
  17. def cprops: ButtonGroupProps
    Attributes
    protected
    Definition Classes
    ButtonGroup → Passthrough
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. val floated: UndefOr[semanticui.SemanticFloat]
  21. val fluid: UndefOr[Boolean]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val icon: UndefOr[Boolean]
  24. val inverted: UndefOr[Boolean]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val labeled: UndefOr[Boolean]
  27. val modifiers: Seq[TagMod]
    Definition Classes
    ButtonGroup → Passthrough
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. val negative: UndefOr[Boolean]
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val positive: UndefOr[Boolean]
  33. val primary: UndefOr[Boolean]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def rawModifiers: (ButtonGroupProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  36. def render: Render[ButtonGroupProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  37. val secondary: UndefOr[Boolean]
  38. val size: UndefOr[semanticui.SemanticSize]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. val toggle: UndefOr[Boolean]
  41. val vertical: UndefOr[Boolean]
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. val widths: UndefOr[semanticui.SemanticWidth]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[ButtonGroupProps, PropsAndChildren, Unit, ButtonGroup]

Inherited from PassthroughAC[ButtonGroupProps]

Inherited from Passthrough[ButtonGroupProps]

Inherited from AnyRef

Inherited from Any

Ungrouped