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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Label
- Serializable
- Product
- Equals
- GenericJsComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- val active: UndefOr[Boolean]
- def addModifiers(modifiers: Seq[TagMod]): Label
- Definition Classes
- Label → GenericJsComponentAC
- val as: UndefOr[AsC]
- val attached: UndefOr[LabelAttached]
- val basic: UndefOr[Boolean]
- val child: UndefOr[Node]
- val circular: UndefOr[Boolean]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- val color: UndefOr[SemanticColor]
- val content: UndefOr[ShorthandS[VdomNode]]
- val corner: UndefOr[LabelCorner]
- val detail: UndefOr[LabelDetail]
- val empty: UndefOr[Boolean]
- val floating: UndefOr[Boolean]
- val horizontal: UndefOr[Boolean]
- val icon: UndefOr[ShorthandS[Icon]]
- val image: UndefOr[Boolean]
- val modifiers: Seq[TagMod]
- Definition Classes
- Label → Passthrough
- val onClick: UndefOr[Callback]
- val onClickE: UndefOr[OnClick]
- val onRemove: UndefOr[OnClick]
- val pointing: UndefOr[LabelPointing]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val prompt: UndefOr[Boolean]
- def rawModifiers: (LabelProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- val removeIcon: UndefOr[ShorthandS[Icon]]
- def render: Render[LabelProps]
- Definition Classes
- GenericJsComponentAC
- Annotations
- @inline()
- val ribbon: UndefOr[LabelRibbon]
- val size: UndefOr[SemanticSize]
- val tag: UndefOr[Boolean]