Components
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.
Link or action
If the href prop is provided, it renders an anchor; otherwise it renders a button.