diff --git a/change/@fluentui-react-datepicker-compat-2c5abb61-d6d2-48f0-8084-70df28bb9b84.json b/change/@fluentui-react-datepicker-compat-2c5abb61-d6d2-48f0-8084-70df28bb9b84.json new file mode 100644 index 0000000000000..c6a42c6f1b1ca --- /dev/null +++ b/change/@fluentui-react-datepicker-compat-2c5abb61-d6d2-48f0-8084-70df28bb9b84.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "chore: Add description to README.", + "packageName": "@fluentui/react-datepicker-compat", + "email": "esteban.230@hotmail.com", + "dependentChangeType": "none" +} diff --git a/packages/react-components/react-datepicker-compat/README.md b/packages/react-components/react-datepicker-compat/README.md index f04ea79581ce5..8a2b389dfc4a0 100644 --- a/packages/react-components/react-datepicker-compat/README.md +++ b/packages/react-components/react-datepicker-compat/README.md @@ -2,7 +2,7 @@ **React Datepicker components for [Fluent UI React](https://react.fluentui.dev/)** -These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release. +Picking a date can be tough without context. A date picker (DatePicker) offers a popup control that’s optimized for picking a single date from a calendar view where contextual information like the day of the week or fullness of the calendar is important. You can modify the calendar to provide additional context or to limit available dates. ## Usage diff --git a/packages/react-components/react-datepicker-compat/stories/DatePicker/DatePickerDescription.md b/packages/react-components/react-datepicker-compat/stories/DatePicker/DatePickerDescription.md index 33d29b8f53adf..848ffe0f8f28f 100644 --- a/packages/react-components/react-datepicker-compat/stories/DatePicker/DatePickerDescription.md +++ b/packages/react-components/react-datepicker-compat/stories/DatePicker/DatePickerDescription.md @@ -1 +1 @@ -Picking a date can be tough without context. A date picker (DatePicker) offers a Popover control that’s optimized for picking a single date from a calendar view where contextual information like the day of the week or fullness of the calendar is important. You can modify the calendar to provide additional context or to limit available dates. +Picking a date can be tough without context. A date picker (DatePicker) offers a popup control that’s optimized for picking a single date from a calendar view where contextual information like the day of the week or fullness of the calendar is important. You can modify the calendar to provide additional context or to limit available dates.