You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `disabled` prop to show disabled UI of the button.
97
102
</div>
98
103
<MdxCardFooter>
@@ -164,7 +169,9 @@ import MdxCardFooter from '../MdxCardFooter'
164
169
</div>
165
170
</div>
166
171
<br />
167
-
<pstyle={{ marginBottom: '10px' }}>**Icon**</p>
172
+
**Icon**
173
+
174
+
<br/>
168
175
Pass in an svg icon component into `icon` prop. If props like `stroke` and `fill` have `"currentColor"` value, the svg icon will follow the text color of the button.
169
176
</div>
170
177
<MdxCardFooter>
@@ -322,7 +329,9 @@ import MdxCardFooter from '../MdxCardFooter'
322
329
</div>
323
330
</div>
324
331
<br />
325
-
<pstyle={{ marginBottom: '10px' }}>**Icon**</p>
332
+
**Icon**
333
+
334
+
<br/>
326
335
Pass in an svg icon component into `icon` prop. If props like `stroke` and `fill` have `"currentColor"` value, the svg icon will follow the text color of the button.
0 commit comments