IconButton

IconButton Component

stable
Playground
Props
PropTypeDefaultValue
sizeselectsm | md | lg
colorselectdefault | primary | error
disabledboolean
Default
Primary
Sizes
Disabled
PROPTYPEDEFAULTDESCRIPTION
colorselectColor scheme
disabledbooleanWhether the button is disabled
sizeselectButton size
Using IconButtontsx
import { IconButton } from '@/components/IconButton'

<IconButton
  size="..."
  color="..."
  disabled="..."
/>
Tokens Used
No design tokens detected