Skip to content

Commit

Permalink
docs(tab): Remove undefined props on tab docs (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasecdb authored and Matt Goo committed Apr 16, 2019
1 parent 356a474 commit 8bf577d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/tab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,8 @@ isFadingIndicator | boolean | Enables a fading indicator, instead of sliding (de
indicatorContent | element | Element that will appear within the `<TabIndicator />` element.
minWidth | boolean | If true will display the `<Tab />` as narrow as possible.
isMinWidthIndicator | boolean | If true will display the `<TabIndicator />` to the size of the longest content element.
isIconIndicator | boolean | If true will display the indicator content in the center of the tab.
previousIndicatorClientRect | ClientRect | The indicator's clientRect that was previously activated.
stacked | boolean | If true will display the tab icon and label to flow vertically instead of horizontally.
onTransitionEnd | function | transitionend event callback handler.

## Sass Mixins

Expand Down

0 comments on commit 8bf577d

Please sign in to comment.