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: packages/react-aria-components/docs/Calendar.mdx
+7-2
Original file line number
Diff line number
Diff line change
@@ -382,9 +382,14 @@ If you will use a Calendar in multiple places in your app, you can wrap all of t
382
382
This example also shows how to use the `errorMessage` slot to render help text in case of a validation error ([see below for details](#error-message)).
Copy file name to clipboardexpand all lines: packages/react-aria-components/docs/Checkbox.mdx
+3-1
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,9 @@ If you will use a Checkbox in multiple places in your app, you can wrap all of t
260
260
This example wraps `Checkbox` and all of its children together into a single component. It also shows how to use render props to conditionally render a different indicator icon when the checkbox is in an indeterminate state.
Copy file name to clipboardexpand all lines: packages/react-aria-components/docs/CheckboxGroup.mdx
+9-2
Original file line number
Diff line number
Diff line change
@@ -341,15 +341,22 @@ If you will use a CheckboxGroup in multiple places in your app, you can wrap all
341
341
This example wraps `CheckboxGroup` and all of its children together into a single component which accepts a `label` prop, which is passed to the right place. It also shows how to use the `description` and `errorMessage` slots to render help text ([see below for details](#help-text)).
Copy file name to clipboardexpand all lines: packages/react-aria-components/docs/ComboBox.mdx
+18-6
Original file line number
Diff line number
Diff line change
@@ -462,9 +462,17 @@ If you will use a ComboBox in multiple places in your app, you can wrap all of t
462
462
This example wraps `ComboBox` and all of its children together into a single component which accepts a `label` prop and `children`, which are passed through to the right places. It also shows how to use the `description` and `errorMessage` slots to render help text ([see below for details](#help-text)). The `Item` component is also wrapped to apply class names based on the current state, as described [above](#styling).
Copy file name to clipboardexpand all lines: packages/react-aria-components/docs/DateField.mdx
+9-2
Original file line number
Diff line number
Diff line change
@@ -308,9 +308,16 @@ If you will use a DateField in multiple places in your app, you can wrap all of
308
308
This example wraps `DateField` and all of its children together into a single component which accepts a `label` prop, which is passed to the right place. It also shows how to use the `description` and `errorMessage` slots to render help text ([see below for details](#help-text)).
Copy file name to clipboardexpand all lines: packages/react-aria-components/docs/DatePicker.mdx
+11-4
Original file line number
Diff line number
Diff line change
@@ -664,9 +664,16 @@ If you will use a DatePicker in multiple places in your app, you can wrap all of
664
664
This example wraps `DatePicker` and all of its children together into a single component which accepts a `label` prop, which is passed to the right place. It also shows how to use the `description` and `errorMessage` slots to render help text ([see below for details](#help-text)).
0 commit comments