Skip to content

Commit

Permalink
fix(tabs): Fixes bugs in react tabs and improves docs
Browse files Browse the repository at this point in the history
* classnames was missing from package.json
* required import missing from doc example

[Finishes #102174894]
  • Loading branch information
Caroline Taymor committed Aug 28, 2015
1 parent 7c8e4c7 commit 2f0df41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pivotal-ui-react/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dependencies": {
"react-bootstrap": "pivotal-cf/react-bootstrap#distv0.25-rc",
"pui-css-tabs": "1.10.0",
"lodash.uniqueid": "^3.0.0"
"lodash.uniqueid": "^3.0.0",
"classnames": "^1.2.0"
}
}
1 change: 1 addition & 0 deletions src/pivotal-ui-react/tabs/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ Require the subcomponent:
```
var SimpleTabs = require('pui-react-tabs').SimpleTabs;
var Tab = require('pui-react-tabs').Tab;
```
Expand Down

0 comments on commit 2f0df41

Please sign in to comment.