Icon button

Icon buttons help people take minor actions with one tap

Usage

Import IconButton from @udixio/ui-react when an action is best represented by an icon.

import { IconButton } from "@udixio/ui-react"

Variants

Sizes

Shapes and widths

Control the button outline with shape and surface padding with width.

States

Use disabled to prevent user interaction

Toggle state

Use `onToggle` and `iconSelected` to turn it into a toggle button.

If the href prop is provided, it renders an anchor; otherwise it renders a button.