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[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[Seq[VdomNode]] = js.undefined, floated: UndefOr[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[SemanticSize] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, widths: UndefOr[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[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[Seq[VdomNode]] = js.undefined, floated: UndefOr[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[SemanticSize] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, widths: UndefOr[SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): ButtonGroup
    Definition Classes
    ButtonGroup → GenericJsComponentAC
  2. val as: UndefOr[AsC]
  3. val attached: UndefOr[|[Boolean, String]]
  4. val basic: UndefOr[Boolean]
  5. val buttons: UndefOr[Seq[Button]]
  6. val className: UndefOr[String]
  7. val clazz: UndefOr[Css]
  8. val color: UndefOr[SemanticColor]
  9. val compact: UndefOr[Boolean]
  10. val content: UndefOr[Seq[VdomNode]]
  11. val floated: UndefOr[SemanticFloat]
  12. val fluid: UndefOr[Boolean]
  13. val icon: UndefOr[Boolean]
  14. val inverted: UndefOr[Boolean]
  15. val labeled: UndefOr[Boolean]
  16. val modifiers: Seq[TagMod]
    Definition Classes
    ButtonGroup → Passthrough
  17. val negative: UndefOr[Boolean]
  18. val positive: UndefOr[Boolean]
  19. val primary: UndefOr[Boolean]
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. def rawModifiers: (ButtonGroupProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  22. def render: Render[ButtonGroupProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  23. val secondary: UndefOr[Boolean]
  24. val size: UndefOr[SemanticSize]
  25. val toggle: UndefOr[Boolean]
  26. val vertical: UndefOr[Boolean]
  27. val widths: UndefOr[SemanticWidth]