V9: Is there an ETA for DatePicker #27659
-
Hi @behowell , Would you please provide an ETA on the DatePicker? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
sopranopillow
Apr 24, 2023
Replies: 1 comment 1 reply
-
Hi Gevik, as of today it is ready to be consumed as stable under: import { DatePicker } from '@fluentui/react-datepicker-compat';
export const App = () => {
return (
<DatePicker />
);
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sopranopillow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Gevik, as of today it is ready to be consumed as stable under: