disabled

Whether or not the <Tab> is able to be selected or not.

Arguments

  1. bool (Boolean): Set to true to disable the <Tab>. Defaults to false.

Example

<Tab>Mario</Tab>
<Tab disabled={true}>Bowser</Tab>