Update page.mdx
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -17,7 +17,8 @@ import { CodeBlock } from '@/components/CodeBlock';
|
||||
import { ReactAriaLink } from '@/components/ReactAriaLink';
|
||||
|
||||
export const reactAriaUrls = {
|
||||
dateRangePicker: 'https://react-spectrum.adobe.com/react-aria/DateRangePicker.html',
|
||||
dateRangePicker:
|
||||
'https://react-spectrum.adobe.com/react-aria/DateRangePicker.html',
|
||||
};
|
||||
|
||||
<PageTitle
|
||||
@@ -40,7 +41,10 @@ export const reactAriaUrls = {
|
||||
|
||||
<PropsTable data={dateRangePickerPropDefs} />
|
||||
|
||||
<ReactAriaLink component="DateRangePicker" href={reactAriaUrls.dateRangePicker} />
|
||||
<ReactAriaLink
|
||||
component="DateRangePicker"
|
||||
href={reactAriaUrls.dateRangePicker}
|
||||
/>
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user