Arctic Design
Get StartedFoundationsComponentsExamples
K

IconButton

Combines an icon with a button to trigger actions with a minimal, visually intuitive interface.

Usage
Size
Rounded
No Border
Disabled
import { Square3Stack3dIcon } from '@arctic-kit/icons';
import { IconButton } from '@arctic-kit/snow';
function Demo() {
return (
<IconButton color="primary" size="medium">
<Square3Stack3dIcon />
</IconButton>
);
}

API Reference

PropsTypeDefault
color"success" | "error" | "warning" | "info" | "primary" | "secondary""primary"
disabledboolean | undefined---
noBorderboolean | undefined---
roundedboolean | undefined---
size"small" | "medium" | "large"medium