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: docs/pages/api/divider.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
@@ -27,7 +27,7 @@ You can learn more about the difference by [reading this guide](/guides/minimizi
27
27
| <spanclass="prop-name">absolute</span> | <spanclass="prop-type">bool</span> | <spanclass="prop-default">false</span> | Absolutely position the element. |
28
28
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">object</span> || Override or extend the styles applied to the component. See [CSS API](#css) below for more details. |
29
29
| <spanclass="prop-name">component</span> | <spanclass="prop-type">elementType</span> | <spanclass="prop-default">'hr'</span> | The component used for the root node. Either a string to use a DOM element or a component. |
30
-
| <spanclass="prop-name">flexItem</span> | <spanclass="prop-type">bool</span> | <spanclass="prop-default">false</span> | If `true`, the divider will apply adapt to a parent flex container. |
30
+
| <spanclass="prop-name">flexItem</span> | <spanclass="prop-type">bool</span> | <spanclass="prop-default">false</span> | If `true`, the divider will adapt to a parent flex container. |
31
31
| <spanclass="prop-name">light</span> | <spanclass="prop-type">bool</span> | <spanclass="prop-default">false</span> | If `true`, the divider will have a lighter color. |
0 commit comments