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[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[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. val active: UndefOr[Boolean]
  2. def addModifiers(modifiers: Seq[TagMod]): Label
    Definition Classes
    Label → GenericJsComponentAC
  3. val as: UndefOr[AsC]
  4. val attached: UndefOr[LabelAttached]
  5. val basic: UndefOr[Boolean]
  6. val child: UndefOr[Node]
  7. val circular: UndefOr[Boolean]
  8. val className: UndefOr[String]
  9. val clazz: UndefOr[Css]
  10. val color: UndefOr[SemanticColor]
  11. val content: UndefOr[ShorthandS[VdomNode]]
  12. val corner: UndefOr[LabelCorner]
  13. val detail: UndefOr[LabelDetail]
  14. val empty: UndefOr[Boolean]
  15. val floating: UndefOr[Boolean]
  16. val horizontal: UndefOr[Boolean]
  17. val icon: UndefOr[ShorthandS[Icon]]
  18. val image: UndefOr[Boolean]
  19. val modifiers: Seq[TagMod]
    Definition Classes
    Label → Passthrough
  20. val onClick: UndefOr[Callback]
  21. val onClickE: UndefOr[OnClick]
  22. val onRemove: UndefOr[OnClick]
  23. val pointing: UndefOr[LabelPointing]
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. val prompt: UndefOr[Boolean]
  26. def rawModifiers: (LabelProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  27. val removeIcon: UndefOr[ShorthandS[Icon]]
  28. def render: Render[LabelProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  29. val ribbon: UndefOr[LabelRibbon]
  30. val size: UndefOr[SemanticSize]
  31. val tag: UndefOr[Boolean]