UNPKG

@nile-ui/nile-ui

Version:

Modern and beautiful looking component designs

4 lines (3 loc) 263 B
import React from 'react'; import { AvatarProps } from './types'; export default function Avatar({ color, size, className, circle, square, image, alt, children, showBadge, badgeContent, badgeColor, badgePosition, ...otherProps }: AvatarProps): React.JSX.Element;