object Button
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Button
- 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(p: ButtonProps, children: VdomNode*): UnmountedMapped[Id, ButtonProps, Null, RawMounted[ButtonProps, Null], ButtonProps, Null]
- def props(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, 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[UnmountedIcon] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[UnmountedLabel] = 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" )