object Button extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Button
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
ButtonProps extends Object
- Annotations
- @RawJSType() @native()
- type OnClick = (japgolly.scalajs.react.ReactMouseEvent, ButtonProps) ⇒ Callback
Value Members
- def apply(content: VdomNode*): Button
- def props(q: Button): ButtonProps
- def rawprops(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, animated: UndefOr[ButtonAnimated] = js.undefined, attached: UndefOr[ButtonAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, children: UndefOr[VdomNode] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[VdomNode] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloats] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[Icon] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[Label] = js.undefined, labelPosition: UndefOr[String] = js.undefined, loading: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, role: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: UndefOr[Boolean] = js.undefined): ButtonProps
-
object
RawComponent extends Object
- Annotations
- @native() @JSImport( "semantic-ui-react" , "Button" )