Packages

trait ButtonGroupProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ButtonGroupProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  2. val as: UndefOr[AsT]

    An element type to render as (string or function).

  3. val attached: UndefOr[|[Boolean, String]]

    Groups can be attached to other content.

  4. val basic: UndefOr[Boolean]

    Groups can be less pronounced.

  5. val buttons: UndefOr[Array[ButtonProps]]

    Array of shorthand ButtonGroup values.

  6. val children: UndefOr[Node]

    Primary content.

  7. val className: UndefOr[String]

    Additional classes.

  8. val color: UndefOr[SemanticCOLORS]

    Groups can have a shared color.

  9. val compact: UndefOr[Boolean]

    Groups can reduce their padding to fit into tighter spaces.

  10. val content: UndefOr[Array[SemanticShorthandContent]]

    Shorthand for primary content.

  11. val floated: UndefOr[SemanticFLOATS]

    Groups can be aligned to the left or right of its container.

  12. val fluid: UndefOr[Boolean]

    Groups can take the width of their container.

  13. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  14. val icon: UndefOr[Boolean]

    Groups can be formatted as icons.

  15. val inverted: UndefOr[Boolean]

    Groups can be formatted to appear on dark backgrounds.

  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. val labeled: UndefOr[Boolean]

    Groups can be formatted as labeled icon buttons.

  18. val negative: UndefOr[Boolean]

    Groups can hint towards a negative consequence.

  19. val positive: UndefOr[Boolean]

    Groups can hint towards a positive consequence.

  20. val primary: UndefOr[Boolean]

    Groups can be formatted to show different levels of emphasis.

  21. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  22. val secondary: UndefOr[Boolean]

    Groups can be formatted to show different levels of emphasis.

  23. val size: UndefOr[SemanticSIZES]

    Groups can have different sizes.

  24. def toLocaleString(): String
    Definition Classes
    Object
  25. val toggle: UndefOr[Boolean]

    Groups can be formatted to toggle on and off.

  26. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  27. def valueOf(): Any
    Definition Classes
    Object
  28. val vertical: UndefOr[Boolean]

    Groups can be formatted to appear vertically.

  29. val widths: UndefOr[SemanticWIDTHS]

    Groups can have their widths divided evenly.