IconButton
A button optimized for icon-only actions. Wraps the Button component with square padding and removes fullWidth, start, and end props.
Import
import { IconButton } from 'reablocks';
IconButton Props
Inherits all Button props except fullWidth, start, and end:
| Prop | Type | Default | Description |
|---|---|---|---|
color | 'default' | 'primary' | 'secondary' | 'destructive' | string | 'default' | Color variation |
[Description truncada. Veja o README completo no GitHub.]