A React tooltip component from Radix UI Primitives, part of an open-source UI component library for building high-quality, accessible design systems and web apps
Overall
score
96%
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.
@generates
export function ButtonGroup(): JSX.Element;Provides accessible tooltip primitives for React.
Install with Tessl CLI
npx tessl i tessl/npm-radix-ui--react-tooltipevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10