Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab.Panel titleClassName prop for adding class to panel menu items #40

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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