We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2508b30 commit 261d13eCopy full SHA for 261d13e
docs/content/Button.mdx
@@ -153,6 +153,13 @@ Native `<button>` HTML attributes are forwarded to the underlying React `button`
153
/>
154
<PropsTableAsRow defaultElementType="button" />
155
<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
+ />
163
</PropsTable>
164
165
### Button.Counter
0 commit comments