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
| aria-label | String || Required. Allows input to be accessible. |
74
+
| block | Boolean || Adds `display: block` to element |
75
+
| contrast | Boolean || Changes background color to a higher contrast color |
76
+
| status | String || Can be `error` or `warning`|
77
+
| leadingIcon | Node (pass Octicon react component) || Icon to be used inside of input. Positioned on the left edge. |
78
+
| trailingIcon | Node (pass Octicon react component) || Icon to be used inside of input. Positioned on the right edge. |
79
+
| variant(deprecated - use size) | String || Can be either `small` or `large`. Creates a smaller or larger input than the default. |
80
+
| width(deprecated - use sx prop) | String or Number || Set the width of the input |
81
+
| maxWidth(deprecated - use sx prop) | String or Number or [Array](https://styled-system.com/guides/array-props)|| Set the maximum width of the input |
82
+
| minWidth(deprecated - use sx prop) | String or Number or [Array](https://styled-system.com/guides/array-props)|| Set the minimum width of the input |
83
+
| icon(deprecated - use leading or trailing icon) | Node (pass Octicon react component) || Icon to be used inside of input. Positioned on the left edge. |
0 commit comments