Skip to main content

ButtonProps

Extends VariantProps of buttonVariants

Extends

Properties

ref?

optional ref: Ref<HTMLButtonElement>

Ref to access the underlying button element


tooltipAlign?

optional tooltipAlign: "end" | "start" | "center"

Alignment of the tooltip relative to the button


tooltipClassName?

optional tooltipClassName: string

Additional CSS classes to apply to the tooltip content


tooltipSide?

optional tooltipSide: "left" | "right" | "top" | "bottom"

Side of the button where the tooltip should appear


tooltipText?

optional tooltipText: string

Text to display in the tooltip when hovering over the button