Skip to content

Commit 261d13e

Browse files
authored
update docs
1 parent 2508b30 commit 261d13e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/content/Button.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@ Native `<button>` HTML attributes are forwarded to the underlying React `button`
153153
/>
154154
<PropsTableAsRow defaultElementType="button" />
155155
<PropsTableSxRow />
156+
<PropsTablePassthroughPropsRow
157+
elementName="button"
158+
passthroughPropsLink={
159+
<Link href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attributes">MDN</Link>
160+
}
161+
isPolymorphic
162+
/>
156163
</PropsTable>
157164

158165
### Button.Counter

0 commit comments

Comments
 (0)