Skip to main content
The User Avatar component displays a user’s profile picture with an optional name. Commonly used in Filament tables and user-related interfaces.

Preview

Usage

Props

user
Model
required
The user model instance. Must have picture and full_name attributes.
showName
bool
default:"true"
Whether to display the user’s name next to the avatar.

Examples

With Name

Avatar Only

In a Filament Table

User Model Requirements

The user model must implement:

Blade Component Source