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
Copy file name to clipboardExpand all lines: src/components/calcite-button/readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
|`icon`|`icon`| optionally pass icon path data to be positioned within the button - pass only raw path data from calcite ui helper |`string`|`null`|
16
16
|`loading`|`loading`| optionally add a calcite-loader component inline to indicate loading is occuring. You can add and remove this prop depending on status |`boolean`|`false`|
17
17
|`scale`|`scale`| specify the scale of the button, defaults to m |`"l" \| "m" \| "s" \| "xl" \| "xs"`|`"m"`|
18
+
|`theme`|`theme`| Select theme (light or dark) |`"dark" \| "light"`|`"light"`|
18
19
|`width`|`width`| specify the width of the button, defaults to auto |`"auto" \| "full" \| "half"`|`"auto"`|
0 commit comments