Possibility of having a ExtraSmall
variant for icon buttons
#295
Labels
enhancement
New feature or request
ExtraSmall
variant for icon buttons
#295
The smallest variant for a button is
ButtonSize::Small
, however this icon can be a little big for some uses cases, despite it being the smallest variant.The icon size when using
ButtonSize::Small
is20px
, but it can look out of place due to it being a little big. Many button icons, including the ones seen in Github toolbar and grafana dashboard are 16px or 18px.Example of Github button icons (16px icon size):
Example of Grafana button icons (18px icon size):
Example of Thaw UI small button icon size (20px icon size) used in a card header which looks a little oversized compared to the text:
For additional context, here's the button sizes I observe in the UI libraries mentioned as resources in Thaw's README:
The text was updated successfully, but these errors were encountered: