Back

IconButton

Variants

Sizes

States

Usage

Square button with an icon. Import from the actions package.

@actions.IconButton(actions.IconButtonProps{
    Variant: "primary",
    Size:    "md",
}) {
    <svg>...</svg>
}