Skip to content

Commit 7117430

Browse files
authored
fix: update tab container documentation (#370)
fixes #369
1 parent d6c5058 commit 7117430

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/main/src/TabContainer.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ const metadata = {
149149
*
150150
* <code>import "@ui5/webcomponents/dist/TabContainer";</code>
151151
* <br>
152-
* <b>Note:</b> This also includes the <code>ui5-tab</code> and <code>ui5-tab-separator</code> Web Components.
152+
* <code>import "@ui5/webcomponents/dist/Tab";</code> (for <code>ui5-tab</code>)
153+
* <br>
154+
* <code>import "@ui5/webcomponents/dist/TabSeparator";</code> (for <code>ui5-tab-separator</code>)
153155
*
154156
* @constructor
155157
* @author SAP SE

0 commit comments

Comments
 (0)