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: components/slider/readme.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,14 @@ class SliderTest extends React.Component {
35
35
36
36
## Properties
37
37
38
-
| Name | Type | Default | Description|
38
+
| Name | Type | Default | Description|
39
39
|:-----|:-----|:-----|:-----|
40
-
|`className`|`String`|`''`| Additional class name to provide custom styling.|
41
-
|`editable`|`Boolean`|`false`| If true, an input is shown and the user can set the slider from keyboard value.|
42
-
|`max`|`Number`|`100`| Maximum value permitted.|
43
-
|`min`|`Number`|`0`| Minimum value permitted.|
44
-
|`onChange`|`Function`|| Callback function that will be invoked when the slider value changes.|
45
-
|`pinned`|`Boolean`|`false`| If true, a pin with numeric value label is shown when the slider thumb is pressed. Use for settings for which users need to know the exact value of the setting.|
46
-
|`snaps`|`Boolean`|`false`| If true, the slider thumb snaps to tick marks evenly spaced based on the step property value.|
47
-
|`step`|`Number`|`0.01`| Amount to vary the value when the knob is moved or increase/decrease is called.|
48
-
|`value`|`Number`|`0`| Current value of the slider.|
40
+
|`className`|`String`|`''`| Additional class name to provide custom styling.|
41
+
|`editable`|`Boolean`|`false`| If true, an input is shown and the user can set the slider from keyboard value.|
42
+
|`max`|`Number`|`100`| Maximum value permitted.|
43
+
|`min`|`Number`|`0`| Minimum value permitted.|
44
+
|`onChange`|`Function`|| Callback function that will be invoked when the slider value changes.|
45
+
|`pinned`|`Boolean`|`false`| If true, a pin with numeric value label is shown when the slider thumb is pressed. Use for settings for which users need to know the exact value of the setting.|
46
+
|`snaps`|`Boolean`|`false`| If true, the slider thumb snaps to tick marks evenly spaced based on the step property value.|
47
+
|`step`|`Number`|`0.01`| Amount to vary the value when the knob is moved or increase/decrease is called.|
48
+
|`value`|`Number`|`0`| Current value of the slider.|
Copy file name to clipboardExpand all lines: components/tabs/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ class TabsTest extends React.Component {
37
37
38
38
This component acts as the wrapper and the main controller of the content that is being displayed. It gets some properties that can be spread to the children.
39
39
40
-
| Name | Type | Default | Description|
40
+
| Name | Type| Default | Description|
41
41
|:-----|:-----|:-----|:-----|
42
42
|`className`|`String`|`''`| Additional class name to provide custom styling.|
43
43
|`disableAnimatedBottomBorder`|`Boolean`|`false`| Disable the animation below the active tab.|
0 commit comments