Skip to content

Commit a841408

Browse files
committed
Fixed Spacing Issues for items in last commit.
1 parent 3649ab1 commit a841408

File tree

6 files changed

+46
-46
lines changed

6 files changed

+46
-46
lines changed

components/slider/readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ class SliderTest extends React.Component {
3535

3636
## Properties
3737

38-
| Name | Type | Default | Description|
38+
| Name | Type | Default | Description|
3939
|:-----|:-----|:-----|:-----|
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.|

components/snackbar/readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ class SnackbarTest extends React.Component {
3535

3636
## Properties
3737

38-
| Name | Type | Default | Description|
38+
| Name | Type | Default | Description|
3939
|:-----|:-----|:-----|:-----|
40-
| `action` | `String` | | Label for the action component inside the Snackbar.|
41-
| `active` | `Boolean` | `false` | If true, the snackbar will be active.|
42-
| `className` | `String` | `''` | Additional class name to provide custom styling.|
43-
| `icon` | `Any` | | String key for an icon or Element which will be displayed in left side of the snackbar.|
44-
| `label` | `String` | | Text to display in the content. Required.|
45-
| `onClick` | `Function` | | Callback function that will be called when the button action is clicked.|
46-
| `onTimeout` | `Function` | | Callback function when finish the set timeout.|
47-
| `timeout` | `Number` | | Amount of time in milliseconds after the Snackbar will be automatically hidden.|
48-
| `type` | `String` | | Indicates the action type. Can be `accept`, `warning` or `cancel`|
40+
| `action` | `String` | | Label for the action component inside the Snackbar.|
41+
| `active` | `Boolean` | `false` | If true, the snackbar will be active.|
42+
| `className` | `String` | `''` | Additional class name to provide custom styling.|
43+
| `icon` | `Any` | | String key for an icon or Element which will be displayed in left side of the snackbar.|
44+
| `label` | `String` | | Text to display in the content. Required.|
45+
| `onClick` | `Function` | | Callback function that will be called when the button action is clicked.|
46+
| `onTimeout` | `Function` | | Callback function when finish the set timeout.|
47+
| `timeout` | `Number` | | Amount of time in milliseconds after the Snackbar will be automatically hidden.|
48+
| `type` | `String` | | Indicates the action type. Can be `accept`, `warning` or `cancel`|

components/switch/readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ class SwitchTest extends React.Component {
4444

4545
## Properties
4646

47-
| Name | Type | Default | Description|
47+
| Name | Type | Default | Description|
4848
|:-----|:-----|:-----|:-----|
49-
| `checked` | `Boolean` | `false` | If true, the switch will be enabled.|
50-
| `className` | `String` | `''` | Sets a class to give custom styles to the switch.|
51-
| `disabled` | `Boolean` | `false` | If true, component will be disabled.|
52-
| `label` | `String` | | The text string to use for the floating label element.|
53-
| `name` | `String` | | The text string used as name of the input.|
54-
| `onBlur` | `Function` | | Callback function that is fired when when the switch is blurred.|
55-
| `onChange` | `Function` | | Callback function that is fired when the component's value changes.|
56-
| `onFocus` | `Function` | | Callback function that is fired when the switch is focused.|
49+
| `checked` | `Boolean` | `false` | If true, the switch will be enabled.|
50+
| `className` | `String` | `''` | Sets a class to give custom styles to the switch.|
51+
| `disabled` | `Boolean` | `false` | If true, component will be disabled.|
52+
| `label` | `String` | | The text string to use for the floating label element.|
53+
| `name` | `String` | | The text string used as name of the input.|
54+
| `onBlur` | `Function` | | Callback function that is fired when when the switch is blurred.|
55+
| `onChange` | `Function` | | Callback function that is fired when the component's value changes.|
56+
| `onFocus` | `Function` | | Callback function that is fired when the switch is focused.|

components/table/readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ class TableTest extends React.Component {
5050

5151
## Properties
5252

53-
| Name | Type | Default | Description|
53+
| Name | Type | Default | Description|
5454
|:-----|:-----|:-----|:-----|
55-
| `className` | `String` | `''` | Sets a custom class to style the Component.|
56-
| `heading` | `Boolean` | `true` | If true, component will show a heading using model field names.|
57-
| `model` | `Object` | | Object describing the data model that represents each object in the `source`.|
58-
| `onChange` | `Function` | | Callback function that is fired when an item in a row changes. If set, rows are editable. |
59-
| `onSelect` | `Function` | | Callback function invoked when the row selection changes.|
60-
| `selectable` | `Boolean` | `true` | If true, the header and each row will display a checkbox to allow the user to select them.|
61-
| `selected` | `Array` | | Array of indexes of the items in the source that should appear as selected.|
62-
| `source` | `Array` | | Array of objects representing each item to show.|
55+
| `className` | `String` | `''` | Sets a custom class to style the Component.|
56+
| `heading` | `Boolean` | `true` | If true, component will show a heading using model field names.|
57+
| `model` | `Object` | | Object describing the data model that represents each object in the `source`.|
58+
| `onChange` | `Function` | | Callback function that is fired when an item in a row changes. If set, rows are editable. |
59+
| `onSelect` | `Function` | | Callback function invoked when the row selection changes.|
60+
| `selectable` | `Boolean` | `true` | If true, the header and each row will display a checkbox to allow the user to select them.|
61+
| `selected` | `Array` | | Array of indexes of the items in the source that should appear as selected.|
62+
| `source` | `Array` | | Array of objects representing each item to show.|

components/tabs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class TabsTest extends React.Component {
3737

3838
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.
3939

40-
| Name | Type | Default | Description|
40+
| Name | Type | Default | Description|
4141
|:-----|:-----|:-----|:-----|
4242
| `className` | `String` | `''` | Additional class name to provide custom styling.|
4343
| `disableAnimatedBottomBorder` | `Boolean` | `false` | Disable the animation below the active tab.|

components/time_picker/readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ class TimePickerTest extends React.Component {
2424

2525
## Properties
2626

27-
| Name | Type | Default | Description|
27+
| Name | Type | Default | Description|
2828
|:-----|:-----|:-----|:-----|
29-
| `className` | `String` | | This class will be placed at the top of the `TimePickerDialog` component so you can provide custom styles.|
30-
| `error` | `String` | | Provide error text which will be displayed under the field.|
31-
| `format` | `String` | `24hr` | Format to display the clock. It can be `24hr` or `ampm`.|
32-
| `label` | `String` | | The text string to use for the floating label element in the input component.|
33-
| `onChange` | `Function` | | Callback called when the picker value is changed.|
34-
| `value` | `Date` | | Datetime object with currrently selected time |
29+
| `className` | `String` | | This class will be placed at the top of the `TimePickerDialog` component so you can provide custom styles.|
30+
| `error` | `String` | | Provide error text which will be displayed under the field.|
31+
| `format` | `String` | `24hr` | Format to display the clock. It can be `24hr` or `ampm`.|
32+
| `label` | `String` | | The text string to use for the floating label element in the input component.|
33+
| `onChange` | `Function` | | Callback called when the picker value is changed.|
34+
| `value` | `Date` | | Datetime object with currrently selected time. |

0 commit comments

Comments
 (0)