Documentation Index
Fetch the complete documentation index at: https://filamentphp.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
The avatar component is used to render a circular or square image, often used to represent a user or entity as their “profile picture”:Setting the rounding of an avatar
Avatars are fully rounded by default, but you may make them square by setting thecircular attribute to false:
Setting the size of an avatar
By default, the avatar will be “medium” size. You can set the size to eithersm, md, or lg using the size attribute:
size attribute: