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
|`breakpoints`|`Object`|`{ small: Number, medium: Number, large: Number}`| See it at [util/airbnbBreakpoints](util/airbnb-breakpoints.js): `{ small: 744, medium: 1128, large: Infinity }`| Here you can override the default Airbnb breakpoints. It needs to be an object with a strict shape, which is shown at the value row. |`false`|
86
+
|`breakpoints`|`Object`|`{ small: Number, medium: Number, large: Number, xlarge: Number }`| See it at [util/airbnbBreakpoints](util/airbnb-breakpoints.js): `{ small: 744, medium: 1128, large: 1440, xlarge: Infinity }`| Here you can override the default Airbnb breakpoints. It needs to be an object with a strict shape, which is shown at the value row. |`false`|
86
87
87
88
### `<HideAt />`
88
89
@@ -107,8 +108,8 @@ As HideAt and ShowAt function the same way (they do the opposite things of each
107
108
108
109
| Prop name | Type | Value | Default value | Description | Required |
|`breakpoint`|`String`| Either one of these: `'small'`, `'medium'`, `'mediumAndBelow'`, `'mediumAndAbove'`, `'large'`| - | You can set either one of the values to tell the component where to hide or show its children. |`true`|
111
-
|`currentBreakpoint`|`String`| Either one of these: `'small'`, `'medium'`, `'large'`| - | It's used by withBreakpoints. Whenever there is a change with the breakpoints, the appropriate value will be passed down to HideAt or ShowAt. |`false`|
111
+
|`breakpoint`|`String`| Either one of these: `'small'`, `'medium'`, `'mediumAndBelow'`, `'mediumAndAbove'`, `'large'`, `'xlarge'`| - | You can set either one of the values to tell the component where to hide or show its children. |`true`|
112
+
|`currentBreakpoint`|`String`| Either one of these: `'small'`, `'medium'`, `'large'`, `'xlarge'`| - | It's used by withBreakpoints. Whenever there is a change with the breakpoints, the appropriate value will be passed down to HideAt or ShowAt. |`false`|
0 commit comments