Packages

case class CardContent(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, description: UndefOr[ShorthandS[CardDescription]] = js.undefined, extra: UndefOr[Boolean] = js.undefined, header: UndefOr[ShorthandS[CardHeader]] = js.undefined, meta: UndefOr[ShorthandS[CardMeta]] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[CardContentProps, CardContent] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericFnComponentAC[CardContentProps, PropsAndChildren, Unit, CardContent], PassthroughAC[CardContentProps], Passthrough[CardContentProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CardContent
  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 CardContent(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, description: UndefOr[ShorthandS[CardDescription]] = js.undefined, extra: UndefOr[Boolean] = js.undefined, header: UndefOr[ShorthandS[CardHeader]] = js.undefined, meta: UndefOr[ShorthandS[CardMeta]] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): CardContent
    Definition Classes
    CardContent → GenericFnComponentAC
  2. val as: UndefOr[AsC]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val content: UndefOr[ShorthandS[VdomNode]]
  6. val description: UndefOr[ShorthandS[CardDescription]]
  7. val extra: UndefOr[Boolean]
  8. val header: UndefOr[ShorthandS[CardHeader]]
  9. val meta: UndefOr[ShorthandS[CardMeta]]
  10. val modifiers: Seq[TagMod]
    Definition Classes
    CardContent → Passthrough
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. def rawModifiers: (CardContentProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  13. def render: RenderFn[CardContentProps]
    Definition Classes
    GenericFnComponentAC
    Annotations
    @inline()
  14. val textAlign: UndefOr[SemanticTextAlignment]