fix(Tabs): description
Camilo-HG opened this issue · 4 comments
Camilo-HG commented
Steps to Reproduce
I included module:
import {Tabs, Tab, LeftTabs} from 'pivotal-ui/react/tabs';
Then I copied example:
<div>
<Tabs defaultActiveKey={1} actions={<a>Action!</a>}>
<Tab eventKey={1} title="Tab 1">Wow!</Tab>
<Tab eventKey={2} title="Tab 2">
<h2>Neat!</h2>
<span>So much content.</span>
</Tab>
</Tabs>
</div>
Expected
Tabs should look as in the example
mingxiao commented
@Camilo-HG Thanks for filing this issue, what version of Pivotal-UI are you using? And in which browser are you seeing this behavior?
Camilo-HG commented
Version 13.0.1
Browser: Chrome
reidmit commented
@Camilo-HG Thanks, we have reproduced the issue and have a fix for it. It will definitely go into PUI 15, but we will update and close this issue when we know which previous versions of PUI will be updated with this fix.
mingxiao commented
@Camilo-HG This is fixed and published in 14.0.0.
Let us know if you need this in an earlier version, we will try our best to accomodate.