### Add disabled prop to `<Tab />` Syntax would be the following: ```jsx <Tab title="Foobar" disabled={ true } > I'll be rendered </Tab> ``` Disabled tabs shouldn't be rendered.
Add disabled prop to
<Tab />Syntax would be the following:
Disabled tabs shouldn't be rendered.