Skip to content

ArdoTabPanel

ArdoTabPanel component

Usage

<ArdoTabPanel
  value?={string}
>
  {children}
</ArdoTabPanel>

Props

PropTypeRequiredDescription
valuestringNoValue matching the corresponding ArdoTab (optional if panel order matches tabs)
childrenReactNodeYesPanel content

Source


← ArdoTabList | ArdoTabPanels →