···99import { AvatarSizes } from '../../../examples/avatar/sizes'
1010import { AvatarGroup } from '../../../examples/avatar/group'
1111import { AvatarFallbacks } from '../../../examples/avatar/fallbacks'
1212+import { AvatarButtonExample } from '../../../examples/avatar/button'
12131314<Example src={Basic} />
1415···4546Avatars display fallback content when images fail to load or are not provided.
46474748<Example src={AvatarFallbacks} />
4949+5050+### Button
5151+5252+Avatars can be wrapped in a button component for interactive use. The `AvatarButton` component provides hover effects with a fade-in overlay.
5353+5454+<Example src={AvatarButtonExample} />
48554956## Related Components
5057
···66import { PropDocs } from '../../../lib/PropDocs'
77import { Example } from '../../../lib/Example'
88import { Basic } from '../../../examples/file-drop-zone/basic'
99+import { DefaultTrigger } from '../../../examples/file-drop-zone/default-trigger'
9101011<Example src={Basic} />
1112···2223This component is built using the [React Aria DropZone](https://react-spectrum.adobe.com/react-aria/DropZone.html) and [React Aria FileTrigger](https://react-spectrum.adobe.com/react-spectrum/FileTrigger.html#filetrigger).
23242425<PropDocs components={["FileDropZone"]} />
2626+2727+## Features
2828+2929+### Default Trigger
3030+3131+Use `FileDropDefaultTrigger` to make the entire drop zone area clickable. The trigger button is positioned absolutely to cover the entire drop zone.
3232+3333+<Example src={DefaultTrigger} />
25342635## Related Components
2736