UNPKG

@heroui/avatar

Version:

The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.

13 lines (12 loc) 533 B
export { default as Avatar, AvatarProps } from './avatar.mjs'; export { default as AvatarGroup, AvatarGroupProps } from './avatar-group.mjs'; export { useAvatar } from './use-avatar.mjs'; export { useAvatarGroup } from './use-avatar-group.mjs'; export { AvatarIcon } from './avatar-icon.mjs'; export { AvatarGroupProvider, useAvatarGroupContext } from './avatar-group-context.mjs'; import '@heroui/system'; import 'tailwind-variants'; import 'react'; import '@heroui/theme'; import '@heroui/react-utils'; import 'react/jsx-runtime';