IconButton
The IconButton component is used to trigger an action or event.
Import
Importimport { IconButton } from '@backyard-ui/core';
Usage
UsageSize
SizeUse the size
prop to increase the visual size.
Appearance
AppearanceUse the appearance
prop to change the visual communication.
Variants
VariantsUse the variant
prop to change the visual communication.
Radius
RadiusUse the radius
prop to increase the border-radius
.
States
StatesLoading
LoadingUse the isLoading
prop to show its loading state.
Disabled
DisabledUse the isDisabled
prop to show its disabled state.
API Reference
API Reference- radiusDescription The `border-radius` propertyType
"sm" | "md" | "lg" | "xl" | "2xl" | "full"
Defaultxl - icon requiredDescription The icon to be used in the button.Type
ReactElement<any, string | JSXElementConstructor<any>>
- appearanceDescription The Button appearanceType
"success" | "critical" | "info" | "warning" | "neutral" | "primary" | "secondary" | "tertiary"
Defaultprimary - variantDescription The variant is used to change the visual communication.Type
"solid" | "subtle" | "outline" | "ghost"
Defaultsolid - isLoadingDescription Set loading state.Type
boolean
- sizeDescription The Button sizeType
"xs" | "sm" | "md"
Defaultsm - isDisabledDescription Set disabled state.Type
boolean
- socialDescription Used to apply social login stylesType
"apple" | "facebook" | "google" | "twitter"
- ariaLabelDescription A11y: A label that describes the buttonType
string