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
'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.'
19
+
},
20
+
className: {
21
+
type: 'string',
22
+
description:
23
+
'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.'
24
+
},
25
+
tooltip: {type: 'string', description: 'A tooltip which will be shown on hover'}
26
+
}}
27
+
args={{
28
+
style: {},
29
+
className: '',
30
+
tooltip: '',
31
+
slot: '',
32
+
ref: null
33
+
}}
11
34
/>
12
35
13
36
<DocsHeader />
@@ -20,4 +43,8 @@ import { DocsHeader } from '@shared/stories/DocsHeader';
* The indicated value of the rating <br><br> <b>Note:</b> If you set a number which is not round, it would be shown as follows: <ul><li>1.0 - 1.2 -> 1</li><li>1.3 - 1.7 -> 1.5</li><li>1.8 - 1.9 -> 2</li> <ul>
21
+
* The indicated value of the rating <br><br> <b>Note:</b> If you set a number which is not round, it would be shown as follows: <ul><li>1.0 - 1.2 -> 1</li><li>1.3 - 1.7 -> 1.5</li><li>1.8 - 1.9 -> 2</li></ul>
0 commit comments