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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Card
- Serializable
- Product
- Equals
- GenericJsComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addModifiers(modifiers: Seq[TagMod]): Card
- Definition Classes
- Card → GenericJsComponentAC
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val centered: UndefOr[Boolean]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val color: UndefOr[SemanticColor]
- val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[CardProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[CardProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], CardProps, Null, Component[CardProps, Null], CardProps, Null], CardProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], CardProps, Null, Component[CardProps, Null], CardProps, Null]], CardProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[CardProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], CardProps, Null, Component[CardProps, Null], CardProps, Null], CardProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], CardProps, Null, Component[CardProps, Null], CardProps, Null]]]
- Attributes
- protected
- Definition Classes
- Card → GenericJsComponentAC
- val content: UndefOr[VdomNode]
- def cprops: CardProps
- Attributes
- protected
- Definition Classes
- Card → Passthrough
- val description: UndefOr[ShorthandS[CardDescription]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extra: UndefOr[VdomNode]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fluid: UndefOr[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val header: UndefOr[ShorthandS[CardHeader]]
- val href: UndefOr[String]
- val image: UndefOr[ShorthandS[Image]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val link: UndefOr[Boolean]
- val meta: UndefOr[ShorthandS[CardMeta]]
- val modifiers: Seq[TagMod]
- Definition Classes
- Card → Passthrough
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onClick: UndefOr[japgolly.scalajs.react.Callback]
- val onClickE: UndefOr[OnClick]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val raised: UndefOr[Boolean]
- def rawModifiers: (CardProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: Render[CardProps]
- Definition Classes
- GenericJsComponentAC
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()