Skip to content

Commit

Permalink
fix: update tab container documentation (#370)
Browse files Browse the repository at this point in the history
fixes #369
  • Loading branch information
vladitasev committed May 2, 2019
1 parent d6c5058 commit 7117430
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/main/src/TabContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ const metadata = {
*
* <code>import "@ui5/webcomponents/dist/TabContainer";</code>
* <br>
* <b>Note:</b> This also includes the <code>ui5-tab</code> and <code>ui5-tab-separator</code> Web Components.
* <code>import "@ui5/webcomponents/dist/Tab";</code> (for <code>ui5-tab</code>)
* <br>
* <code>import "@ui5/webcomponents/dist/TabSeparator";</code> (for <code>ui5-tab-separator</code>)
*
* @constructor
* @author SAP SE
Expand Down

0 comments on commit 7117430

Please sign in to comment.