@@ -28,7 +28,7 @@ For API documentation and samples, please check the [UI5 Web Components Playgrou
28
28
| Busy Indicator | ` ui5-busy-indicator ` | ` import "@ui5/webcomponents/dist/BusyIndicator.js"; ` |
29
29
| Button | ` ui5-button ` | ` import "@ui5/webcomponents/dist/Button.js"; ` |
30
30
| Card | ` ui5-card ` | ` import "@ui5/webcomponents/dist/Card.js"; ` |
31
- | CardHeader | ` ui5-card-header ` | ` import "@ui5/webcomponents/dist/CardHeader.js"; ` |
31
+ | CardHeader | ` ui5-card-header ` | ` import "@ui5/webcomponents/dist/CardHeader.js"; ` |
32
32
| Carousel | ` ui5-carousel ` | ` import "@ui5/webcomponents/dist/Carousel.js"; ` |
33
33
| Checkbox | ` ui5-checkbox ` | ` import "@ui5/webcomponents/dist/CheckBox.js"; ` |
34
34
| Color Palette | ` ui5-color-palette ` | ` import "@ui5/webcomponents/dist/ColorPalette.js"; ` |
@@ -59,8 +59,8 @@ For API documentation and samples, please check the [UI5 Web Components Playgrou
59
59
| Responsive Popover | ` ui5-responsive-popover ` | ` import "@ui5/webcomponents/dist/ResponsivePopover.js"; ` |
60
60
| Select | ` ui5-select ` | ` import "@ui5/webcomponents/dist/Select.js"; ` |
61
61
| Select Option | ` ui5-option ` | comes with ` ui5-select ` |
62
- | Segmented Button | ` ui5-segmented-button ` | ` import "@ui5/webcomponents/dist/SegmentedButton.js"; ` |
63
- | Segmented Button Item | ` ui5-segmented-button-item ` | comes with ` ui5-segmented-button ` |
62
+ | Segmented Button | ` ui5-segmented-button ` | ` import "@ui5/webcomponents/dist/SegmentedButton.js"; ` |
63
+ | Segmented Button Item | ` ui5-segmented-button-item ` | comes with ` ui5-segmented-button ` |
64
64
| Suggestion Item | ` ui5-suggestion-item ` | comes with ` InputSuggestions.js ` feature - see below |
65
65
| Slider | ` ui5-slider ` | ` import "@ui5/webcomponents/dist/Slider.js"; ` |
66
66
| Step Input | ` ui5-step-input ` | ` import "@ui5/webcomponents/dist/StepInput.js"; ` |
0 commit comments