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
Copy file name to clipboardExpand all lines: packages/main/scripts/create-web-components-wrapper.js
+53-44Lines changed: 53 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ console.warn(
5
5
'Currently there are two tag-names missing or faulty: "ui5-notification-overflow-action" and "ui5-timeline-item"\n These have to be adjusted manually!\n'
6
6
);
7
7
8
+
// To only create a single component, add the component (module) name here:
'Element style which will be appended to the most outer element of a component. Use this prop carefully, some css properties might break the component.'
30
+
},
31
+
className: {
32
+
type: 'string',
33
+
description:
34
+
'CSS Class Name which will be appended to the most outer element of a component. Use this prop carefully, overwriting CSS rules might break the component.'
35
+
},
36
+
tooltip: { type: 'string', description: 'A tooltip which will be shown on hover' }
'Element style which will be appended to the most outer element of a component. Use this prop carefully, some css properties might break the component.'
23
+
},
24
+
className: {
25
+
type: 'string',
26
+
description:
27
+
'CSS Class Name which will be appended to the most outer element of a component. Use this prop carefully, overwriting CSS rules might break the component.'
28
+
},
29
+
tooltip: { type: 'string', description: 'A tooltip which will be shown on hover' }
0 commit comments