purposeindustries / intellyo-application-design-system

http://ux.intellyo.com
MIT License
5 stars 0 forks source link

Add disabled prop to Tab #352

Open kristofdombi opened 6 years ago

kristofdombi commented 6 years ago

Add disabled prop to <Tab />

Syntax would be the following:

<Tab
  title="Foobar"
  disabled={ true }
>
  I'll be rendered
</Tab>

Disabled tabs shouldn't be rendered.