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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ButtonGroup
- Serializable
- Product
- Equals
- GenericJsComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addModifiers(modifiers: Seq[TagMod]): ButtonGroup
- Definition Classes
- ButtonGroup → GenericJsComponentAC
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attached: UndefOr[|[Boolean, String]]
- val basic: UndefOr[Boolean]
- val buttons: UndefOr[Seq[Button]]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val color: UndefOr[SemanticColor]
- val compact: UndefOr[Boolean]
- val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[ButtonGroupProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ButtonGroupProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ButtonGroupProps, Null, Component[ButtonGroupProps, Null], ButtonGroupProps, Null], ButtonGroupProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ButtonGroupProps, Null, Component[ButtonGroupProps, Null], ButtonGroupProps, Null]], ButtonGroupProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ButtonGroupProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ButtonGroupProps, Null, Component[ButtonGroupProps, Null], ButtonGroupProps, Null], ButtonGroupProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ButtonGroupProps, Null, Component[ButtonGroupProps, Null], ButtonGroupProps, Null]]]
- Attributes
- protected
- Definition Classes
- ButtonGroup → GenericJsComponentAC
- val content: UndefOr[Seq[VdomNode]]
- def cprops: ButtonGroupProps
- Attributes
- protected
- Definition Classes
- ButtonGroup → Passthrough
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val floated: UndefOr[SemanticFloat]
- val fluid: UndefOr[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val icon: UndefOr[Boolean]
- val inverted: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labeled: UndefOr[Boolean]
- val modifiers: Seq[TagMod]
- Definition Classes
- ButtonGroup → Passthrough
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val negative: UndefOr[Boolean]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val positive: UndefOr[Boolean]
- val primary: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawModifiers: (ButtonGroupProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: Render[ButtonGroupProps]
- Definition Classes
- GenericJsComponentAC
- Annotations
- @inline()
- val secondary: UndefOr[Boolean]
- val size: UndefOr[SemanticSize]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toggle: UndefOr[Boolean]
- val vertical: UndefOr[Boolean]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val widths: UndefOr[SemanticWidth]