evals
scenario-1
scenario-10
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
Build a React component that displays a set of action buttons, each with an informative tooltip that appears when the user hovers over or focuses on the button.
Create a ButtonGroup component that renders three action buttons:
Each tooltip should:
The implementation should use proper component composition to build the tooltip functionality.
export function ButtonGroup(): JSX.Element;Provides accessible tooltip primitives for React.