Skip to content

ArdoTab

ArdoTab component

Usage

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

Props

PropTypeRequiredDescription
valuestringNoUnique value identifying this tab (optional if tab order matches panels)
childrenReactNodeYesTab button label

Source


← ArdoSteps | ArdoTabList →