Avatar
User profile image representation
Preview
Avatar
This component is completely themeable, accessible, and ready for production use.
Usage
import { Avatar } from '@aaroh/react-ui';
export default function Example() {
return (
<Avatar>
Click Me
</Avatar>
);
}
Accessibility
- Full keyboard navigation support
- ARIA attributes managed automatically
- Focus rings managed for screen readers
