Packages

final case class TabPane(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, loading: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[TabPaneProps, TabPane] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericFnComponentAC[TabPaneProps, PropsAndChildren, Unit, TabPane], PassthroughAC[TabPaneProps], Passthrough[TabPaneProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TabPane
  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 TabPane(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, loading: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. val active: UndefOr[Boolean]
  2. def addModifiers(modifiers: Seq[TagMod]): TabPane
    Definition Classes
    TabPane → GenericFnComponentAC
  3. val as: UndefOr[AsC]
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val content: UndefOr[ShorthandS[VdomNode]]
  7. val loading: UndefOr[Boolean]
  8. val modifiers: Seq[TagMod]
    Definition Classes
    TabPane → Passthrough
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def rawModifiers: (TabPaneProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  11. def render: RenderFn[TabPaneProps]
    Definition Classes
    GenericFnComponentAC
    Annotations
    @inline()