Packages

final case class ListContent(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, description: UndefOr[ShorthandS[ListDescription]] = js.undefined, content: UndefOr[Seq[VdomNode]] = js.undefined, floated: UndefOr[SemanticFloat] = js.undefined, header: UndefOr[ListHeader] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[ListContentProps, ListContent] with Product with Serializable

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

Instance Constructors

  1. new ListContent(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, description: UndefOr[ShorthandS[ListDescription]] = js.undefined, content: UndefOr[Seq[VdomNode]] = js.undefined, floated: UndefOr[SemanticFloat] = js.undefined, header: UndefOr[ListHeader] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): ListContent
    Definition Classes
    ListContent → GenericFnComponentAC
  2. val as: UndefOr[AsC]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val content: UndefOr[Seq[VdomNode]]
  6. val description: UndefOr[ShorthandS[ListDescription]]
  7. val floated: UndefOr[SemanticFloat]
  8. val header: UndefOr[ListHeader]
  9. val modifiers: Seq[TagMod]
    Definition Classes
    ListContent → Passthrough
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def rawModifiers: (ListContentProps, scala.List[VdomNode])
    Definition Classes
    PassthroughAC
  12. def render: RenderFn[ListContentProps]
    Definition Classes
    GenericFnComponentAC
    Annotations
    @inline()
  13. val verticalAlign: UndefOr[SemanticVerticalAlignment]