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. 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 apply(key: String): Any
    Annotations
    @JSBracketAccess()
  5. val as: UndefOr[AsT]

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

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attached: UndefOr[|[Boolean, String]]

    Groups can be attached to other content.

  8. val basic: UndefOr[Boolean]

    Groups can be less pronounced.

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

    Array of shorthand ButtonGroup values.

  10. val children: UndefOr[Node]

    Primary content.

  11. val className: UndefOr[String]

    Additional classes.

  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val color: UndefOr[SemanticCOLORS]

    Groups can have a shared color.

  14. val compact: UndefOr[Boolean]

    Groups can reduce their padding to fit into tighter spaces.

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

    Shorthand for primary content.

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val floated: UndefOr[SemanticFLOATS]

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

  20. val fluid: UndefOr[Boolean]

    Groups can take the width of their container.

  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val icon: UndefOr[Boolean]

    Groups can be formatted as icons.

  25. val inverted: UndefOr[Boolean]

    Groups can be formatted to appear on dark backgrounds.

  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  28. val labeled: UndefOr[Boolean]

    Groups can be formatted as labeled icon buttons.

  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. val negative: UndefOr[Boolean]

    Groups can hint towards a negative consequence.

  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val positive: UndefOr[Boolean]

    Groups can hint towards a positive consequence.

  34. val primary: UndefOr[Boolean]

    Groups can be formatted to show different levels of emphasis.

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

    Groups can be formatted to show different levels of emphasis.

  37. val size: UndefOr[SemanticSIZES]

    Groups can have different sizes.

  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toLocaleString(): String
    Definition Classes
    Object
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val toggle: UndefOr[Boolean]

    Groups can be formatted to toggle on and off.

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

    Groups can be formatted to appear vertically.

  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. val widths: UndefOr[SemanticWIDTHS]

    Groups can have their widths divided evenly.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped