Packages

package card

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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
  2. 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
  3. final case class CardDescription(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[CardDescriptionProps, CardDescription] with Product with Serializable
  4. case class CardExtra(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, 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, CardExtra] with Product with Serializable
  5. final case class CardGroup(as: UndefOr[AsC] = js.undefined, centered: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, doubling: UndefOr[Boolean] = js.undefined, items: UndefOr[Seq[Card]] = js.undefined, itemsPerRow: UndefOr[SemanticWidth] = js.undefined, stackable: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[CardGroupProps, CardGroup] with Product with Serializable
  6. final case class CardHeader(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[CardHeaderProps, CardHeader] with Product with Serializable
  7. final case class CardMeta(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[CardMetaProps, CardMeta] with Product with Serializable

Value Members

  1. object Card extends Serializable
  2. object CardContent extends Serializable
  3. object CardDescription extends Serializable
  4. object CardExtra extends Serializable
  5. object CardGroup extends Serializable
  6. object CardHeader extends Serializable
  7. object CardMeta extends Serializable

Ungrouped