You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Defines the text of the <code>ui5-li-groupheader</code>.
20
-
* <br><b>Note:</b> Аlthough this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
20
+
* <br>
21
+
* <b>Note:</b> Аlthough this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
Copy file name to clipboardExpand all lines: packages/main/src/Switch.js
+3-3
Original file line number
Diff line number
Diff line change
@@ -107,12 +107,12 @@ const metadata = {
107
107
*
108
108
* <h3 class="comment-api-title">Overview</h3>
109
109
* The <code>ui5-switch</code> component is used for changing between binary states.
110
-
* </br>
110
+
* <br>
111
111
* The component can display texts, that will be switched, based on the component state, via the <code>textOn</code> and <code>textOff</code> properties,
112
112
* but texts longer than 3 letters will be cuttted off.
113
-
* </br>
113
+
* <br>
114
114
* However, users are able to customize the width of <code>ui5-switch</code> with pure CSS (<ui5-switch style="width: 200px">), and set widths, depending on the texts they would use.
115
-
* </br>
115
+
* <br>
116
116
* Note: the component would not automatically stretch to fit the whole text width.
0 commit comments