Skip to content

Commit

Permalink
fix(tab-view): update rkTabView docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Yorsh committed Oct 23, 2018
1 parent 9c21cfb commit 15216a4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/components/tab/rkTabView.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,25 @@ import { RkText } from '../text/rkText';
*
* @extends React.Component
*
* @deprecated since version 3.2.0. Will be deleted in version 3.3.0.
* Use `RkTabSet` instead.
*
* @example Important notes
*
* Deprecated since version 3.2.0. Will be deleted in version 3.3.0.
* Use `RkTabSet` instead.
*
* ```
* <RkTabSet>
* <RkTab title='Awesome'>
* <AwesomeContentComponent />
* </RkTab>
* <RkTab title='Pretty Cool'>
* <PrettyCoolComponent />
* </RkTab>
* </RkTabSet>
* ```
*
* @example Usage example:
*
* ```
Expand Down

0 comments on commit 15216a4

Please sign in to comment.