Packages

final case class Card(as: UndefOr[AsC] = js.undefined, centered: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, content: UndefOr[VdomNode] = js.undefined, description: UndefOr[ShorthandS[CardDescription]] = js.undefined, extra: UndefOr[VdomNode] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, header: UndefOr[ShorthandS[CardHeader]] = js.undefined, href: UndefOr[String] = js.undefined, image: UndefOr[ShorthandS[Image]] = js.undefined, link: UndefOr[Boolean] = js.undefined, meta: UndefOr[ShorthandS[CardMeta]] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, raised: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[CardProps, Card] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[CardProps, PropsAndChildren, Unit, Card], PassthroughAC[CardProps], Passthrough[CardProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Card
  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 Card(as: UndefOr[AsC] = js.undefined, centered: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, content: UndefOr[VdomNode] = js.undefined, description: UndefOr[ShorthandS[CardDescription]] = js.undefined, extra: UndefOr[VdomNode] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, header: UndefOr[ShorthandS[CardHeader]] = js.undefined, href: UndefOr[String] = js.undefined, image: UndefOr[ShorthandS[Image]] = js.undefined, link: UndefOr[Boolean] = js.undefined, meta: UndefOr[ShorthandS[CardMeta]] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, raised: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): Card
    Definition Classes
    Card → GenericJsComponentAC
  2. val as: UndefOr[AsC]
  3. val centered: UndefOr[Boolean]
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val color: UndefOr[SemanticColor]
  7. val content: UndefOr[VdomNode]
  8. val description: UndefOr[ShorthandS[CardDescription]]
  9. val extra: UndefOr[VdomNode]
  10. val fluid: UndefOr[Boolean]
  11. val header: UndefOr[ShorthandS[CardHeader]]
  12. val href: UndefOr[String]
  13. val image: UndefOr[ShorthandS[Image]]
  14. val link: UndefOr[Boolean]
  15. val meta: UndefOr[ShorthandS[CardMeta]]
  16. val modifiers: Seq[TagMod]
    Definition Classes
    Card → Passthrough
  17. val onClick: UndefOr[japgolly.scalajs.react.Callback]
  18. val onClickE: UndefOr[OnClick]
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. val raised: UndefOr[Boolean]
  21. def rawModifiers: (CardProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  22. def render: Render[CardProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  23. def withOptionalRef(ref: Option[Handle[RawMounted[CardProps, Null]]]): GenericJsComponentAC[CardProps, PropsAndChildren, Unit, Card]
    Definition Classes
    GenericJsComponentAC
  24. def withRef(ref: Handle[RawMounted[CardProps, Null]]): GenericJsComponentAC[CardProps, PropsAndChildren, Unit, Card]
    Definition Classes
    GenericJsComponentAC