Skip to content

Commit

Permalink
Adding related section
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaAbdellateef committed Oct 9, 2024
1 parent 13f7440 commit bb25a0b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/content/components/form/datefield/datefield.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,31 @@ This example shows how to use the `error` with the `errorMessage`.
## Props

<PropsTable component={title} />

## Related

<TeaserList
items={[
{
title: 'Building forms',
href: '../../patterns/building-forms',
caption: 'Learn how to build forms.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"
>
<path d="M12 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7" />
<path d="M18.375 2.625a2.121 2.121 0 113 3L12 15l-4 1 1-4z" />
</svg>
),
},
]}
/>

0 comments on commit bb25a0b

Please sign in to comment.