Packages

final case class Label(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, attached: UndefOr[LabelAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, child: UndefOr[Node] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, corner: UndefOr[LabelCorner] = js.undefined, detail: UndefOr[LabelDetail] = js.undefined, empty: UndefOr[Boolean] = js.undefined, floating: UndefOr[Boolean] = js.undefined, horizontal: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandS[Icon]] = js.undefined, image: UndefOr[Boolean] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onRemove: UndefOr[OnClick] = js.undefined, pointing: UndefOr[LabelPointing] = js.undefined, prompt: UndefOr[Boolean] = js.undefined, removeIcon: UndefOr[ShorthandS[Icon]] = js.undefined, ribbon: UndefOr[LabelRibbon] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tag: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[LabelProps, Label] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[LabelProps, PropsAndChildren, Unit, Label], PassthroughAC[LabelProps], Passthrough[LabelProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Label
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Label(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, attached: UndefOr[LabelAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, child: UndefOr[Node] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, corner: UndefOr[LabelCorner] = js.undefined, detail: UndefOr[LabelDetail] = js.undefined, empty: UndefOr[Boolean] = js.undefined, floating: UndefOr[Boolean] = js.undefined, horizontal: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandS[Icon]] = js.undefined, image: UndefOr[Boolean] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onRemove: UndefOr[OnClick] = js.undefined, pointing: UndefOr[LabelPointing] = js.undefined, prompt: UndefOr[Boolean] = js.undefined, removeIcon: UndefOr[ShorthandS[Icon]] = js.undefined, ribbon: UndefOr[LabelRibbon] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tag: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

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. val active: UndefOr[Boolean]
  5. def addModifiers(modifiers: Seq[TagMod]): Label
    Definition Classes
    Label → GenericJsComponentAC
  6. val as: UndefOr[AsC]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val attached: UndefOr[LabelAttached]
  9. val basic: UndefOr[Boolean]
  10. val child: UndefOr[Node]
  11. val circular: UndefOr[Boolean]
  12. val className: UndefOr[String]
  13. val clazz: UndefOr[Css]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. val color: UndefOr[SemanticColor]
  16. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[LabelProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[LabelProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], LabelProps, Null, Component[LabelProps, Null], LabelProps, Null], LabelProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], LabelProps, Null, Component[LabelProps, Null], LabelProps, Null]], LabelProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[LabelProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], LabelProps, Null, Component[LabelProps, Null], LabelProps, Null], LabelProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], LabelProps, Null, Component[LabelProps, Null], LabelProps, Null]]]
    Attributes
    protected
    Definition Classes
    Label → GenericJsComponentAC
  17. val content: UndefOr[ShorthandS[VdomNode]]
  18. val corner: UndefOr[LabelCorner]
  19. def cprops: LabelProps
    Attributes
    protected
    Definition Classes
    Label → Passthrough
  20. val detail: UndefOr[LabelDetail]
  21. val empty: UndefOr[Boolean]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. val floating: UndefOr[Boolean]
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. val horizontal: UndefOr[Boolean]
  27. val icon: UndefOr[ShorthandS[Icon]]
  28. val image: UndefOr[Boolean]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val modifiers: Seq[TagMod]
    Definition Classes
    Label → Passthrough
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. val onClick: UndefOr[japgolly.scalajs.react.Callback]
  35. val onClickE: UndefOr[OnClick]
  36. val onRemove: UndefOr[OnClick]
  37. val pointing: UndefOr[LabelPointing]
  38. def productElementNames: Iterator[String]
    Definition Classes
    Product
  39. val prompt: UndefOr[Boolean]
  40. def rawModifiers: (LabelProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  41. val removeIcon: UndefOr[ShorthandS[Icon]]
  42. def render: Render[LabelProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  43. val ribbon: UndefOr[LabelRibbon]
  44. val size: UndefOr[SemanticSize]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. val tag: UndefOr[Boolean]
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. def withOptionalRef(ref: Option[Handle[RawMounted[LabelProps, Null]]]): GenericJsComponentAC[LabelProps, PropsAndChildren, Unit, Label]
    Definition Classes
    GenericJsComponentAC
  51. def withRef(ref: Handle[RawMounted[LabelProps, Null]]): GenericJsComponentAC[LabelProps, PropsAndChildren, Unit, Label]
    Definition Classes
    GenericJsComponentAC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[LabelProps, PropsAndChildren, Unit, Label]

Inherited from PassthroughAC[LabelProps]

Inherited from Passthrough[LabelProps]

Inherited from AnyRef

Inherited from Any

Ungrouped