feat(button): support large size button

Set size to "lg" to use the large size.
This commit is contained in:
Eric Y Liu 2021-06-26 06:32:32 -07:00
commit b2e2765910
5 changed files with 16 additions and 7 deletions

View file

@ -24,7 +24,7 @@ export interface ButtonProps
* Specify the size of button
* @default "default"
*/
size?: "default" | "field" | "small" | "xl";
size?: "default" | "field" | "small" | "lg" | "xl";
/**
* Set to `true` to use Carbon's expressive typesetting