Skip to content

Commit 8bd5726

Browse files
authored
chore(docs): create DateRangePickerField design docs (#654)
* chore(docs): create daterangepickerfield design docs * chore(docs): add sb link
1 parent 4ccdcd8 commit 8bd5726

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

packages/nimbus/src/patterns/fields/date-range-picker-field/date-range-picker-field.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ tags:
1616
- DateRangePickerField
1717
---
1818

19-
# Date Range Picker Field
19+
## Overview
2020

21-
A convenience component that integrates `DateRangePicker` with `FormField` using a simplified API for common use cases.
21+
DateRangePickerField is a pattern component that combines the FormField wrapper with the DateRangePicker input component. This integration provides a complete form field experience including accessible labels, helper text descriptions, info popovers for supplementary information, and comprehensive validation and error handling, all through a simplified, opinionated API.
2222

23-
## Overview
23+
### Resources
24+
25+
For detailed guidance on the individual components that make up this pattern, consult the component guidelines:
2426

25-
Adds accessible labels, descriptions, error messages, and help dialogs to a DateRangePicker.
27+
- [DateRangePicker Guidelines](/components/inputs/daterangepicker) - Date range selection patterns, interaction guidelines, and accessibility standards
28+
- [FormField Guidelines](/components/inputs/formfield) - Label options, helper text, validation patterns, and form field accessibility
29+
- [Storybook](https://nimbus-storybook.vercel.app/?path=/docs/patterns-fields-daterangepickerfield--docs)
2630

2731
## Props
2832

0 commit comments

Comments
 (0)