export an "icon only variant" option

This commit is contained in:
Bilux 2022-10-19 11:40:33 +01:00 committed by GitHub
commit 502585601e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 3 deletions

View file

@ -38,6 +38,12 @@ export interface ButtonProps
*/
isSelected?: boolean;
/**
* Set to `true` for the icon-only variant
* @default false
*/
iconOnly?: boolean;
/**
* Specify the icon to render
* @default undefined