diff --git a/docs/Public Module Imports.md b/docs/Public Module Imports.md
index 332a4eb0d24a..37d8a0c6cbae 100644
--- a/docs/Public Module Imports.md
+++ b/docs/Public Module Imports.md
@@ -59,6 +59,7 @@ For API documentation and samples, please check the [UI5 Web Components Playgrou
| Select | `ui5-select` | `import "@ui5/webcomponents/dist/Select.js";` |
| Select Option | `ui5-option` | comes with `ui5-select ` |
| Segmented Button | `ui5-segmented-button` | `import "@ui5/webcomponents/dist/SegmentedButton.js";` |
+| Segmented Button Item | `ui5-segmented-button-item`| comes with `ui5-segmented-button ` |
| Suggestion Item | `ui5-suggestion-item` | comes with `InputSuggestions.js` feature - see below |
| Slider | `ui5-slider` | `import "@ui5/webcomponents/dist/Slider.js";` |
| Step Input | `ui5-step-input` | `import "@ui5/webcomponents/dist/StepInput.js";` |
diff --git a/packages/main/bundle.common.js b/packages/main/bundle.common.js
index 27531f507fcf..2b0b47eb9cef 100644
--- a/packages/main/bundle.common.js
+++ b/packages/main/bundle.common.js
@@ -58,6 +58,7 @@ import Panel from "./dist/Panel.js";
import RadioButton from "./dist/RadioButton.js";
import ResponsivePopover from "./dist/ResponsivePopover.js";
import SegmentedButton from "./dist/SegmentedButton.js";
+import SegmentedButtonItem from "./dist/SegmentedButtonItem.js";
import Select from "./dist/Select.js";
import Slider from "./dist/Slider.js";
import StepInput from "./dist/StepInput.js";
diff --git a/packages/main/src/SegmentedButton.hbs b/packages/main/src/SegmentedButton.hbs
index 6f00ec8b6269..9ca8613abe70 100644
--- a/packages/main/src/SegmentedButton.hbs
+++ b/packages/main/src/SegmentedButton.hbs
@@ -1,10 +1,17 @@
-
- Button
+ Item
-
- ToggleButton
- Button
+
+ SegmentedButtonItem
+ Item
- Example with 4 buttons
+ Example with 4 items
- Button
- Button
- Click
- Pressed ToggleButton
+ Item
+ Item
+ Click
+ Pressed SegmentedButtonItem
- Example with 5 buttons
+ Example with 5 items
- Word
- Pressed ToggleButton With Bigger Text
- Button
- Pressed ToggleButton
- A
+ Word
+ Pressed SegmentedButtonItem With Bigger Text
+ Item
+ Pressed SegmentedButtonItem
+ A
@@ -64,9 +64,9 @@
Example with 5 buttons
Example with Icons and custom width
-
-
-
+
+
+
@@ -74,9 +74,9 @@
Example with Icons and custom width
SegmentedButton with 100% width
- Pressed ToggleButton
- ToggleButton
- ToggleButton
+ Pressed SegmentedButtonItem
+ SegmentedButtonItem
+ SegmentedButtonItem
@@ -84,9 +84,9 @@
SegmentedButton with 100% width
SegmentedButton wrapped in a container with set width
-
-
-
+
+
+
@@ -96,18 +96,18 @@
SegmentedButton wrapped in a container with set width
Initial focus test
- the focus hould go to the first button
+ the focus should go to the first item
Press
-
-
-
+
+
+
Press
-
-
-
+
+
+