chore: v11 Button

This commit is contained in:
Gregor Wassmann 2023-03-26 22:34:04 +02:00
commit a0089ef7a5
7 changed files with 67 additions and 68 deletions

View file

@ -18,14 +18,14 @@ export interface ButtonProps extends ButtonSkeletonProps, RestProps {
| "tertiary"
| "ghost"
| "danger"
| "danger-tertiary"
| "danger-ghost";
| "danger--tertiary"
| "danger--ghost";
/**
* Specify the size of button
* @default "default"
* @default "lg"
*/
size?: "default" | "field" | "small" | "lg" | "xl";
size?: "sm" | "md" | "lg" | "xl" | "2xl";
/**
* Set to `true` to use Carbon's expressive typesetting