Popover
Rich content attached to trigger
Preview
Usage
import { Popover } from '@aaroh/react-ui';
export default function Example() {
return (
<Popover>
Click Me
</Popover>
);
}
Accessibility
- Full keyboard navigation support
- ARIA attributes managed automatically
- Focus rings managed for screen readers
