import { Story, Canvas, ArgsTable } from '@storybook/addon-docs'; import { BaseAvatar } from './base-avatar'; ### This is a base component. It should not be used in your feature code directly but as a "base" for other UI components # BaseAvatar The `BaseAvatar` is a wrapper component responsible for enforcing dimensions and border radius for Avatar components ## Props The `BaseAvatar` accepts all props below as well as all [Box](/ui-components-ui-box-box-stories-js--default-story) component props. ### Size Use the `size` prop to set the size of the `BaseAvatar`. Possible sizes include: - `xs` 16px - `sm` 24px - `md` 32px - `lg` 40px - `xl` 48px Defaults to `md` ### Children The `BaseAvatar` component can contain images, icons or text ### Color, Background Color And Border Color Use the `color`, `backgroundColor` and `borderColor` props to set the text color, background-color and border-color of the s of the `BaseAvatar`.