Skip to content

Conversation

@adisuryadi
Copy link

Sometimes there's need to add special classes for a specific tab menu item, eg. hiding some tab, or mark tab item as invalid, etc.

@i7an
Copy link

i7an commented Oct 22, 2015

if you need to hide tab - dont render it:

{condition ? <Tabs.Panel title="Hi">...</Tabs.Panel> : null}

If you want to style content:

<Tabs.Panel title={<span className="uber-title">Hi</span>}>
    <div className="uber-content">...</div>
</Tabs.Panel>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants