Avatar

Atom

Kullanıcı profil fotoğrafı veya baş harfleri gösterici. 5 boyut, opsiyonel status dot.

Initials (sizes)

Preview
JD JD JD JD JD
Code
<%- include('modules/ui/Avatar', { name: 'Jane Doe', size: 'xs' }) %>
<%- include('modules/ui/Avatar', { name: 'Jane Doe', size: 'sm' }) %>
<%- include('modules/ui/Avatar', { name: 'Jane Doe', size: 'md' }) %>
<%- include('modules/ui/Avatar', { name: 'Jane Doe', size: 'lg' }) %>
<%- include('modules/ui/Avatar', { name: 'Jane Doe', size: 'xl' }) %>

With label

Preview
JS

John Smith

john@example.com

Code
<%- include('modules/ui/Avatar', { name: 'John Smith' }) %>

John Smith

john@example.com

Status dot

Preview
A B C D
Code
<%- include('modules/ui/Avatar', { name: 'Alice', status: 'online' }) %>
<%- include('modules/ui/Avatar', { name: 'Bob',   status: 'away' }) %>
<%- include('modules/ui/Avatar', { name: 'Carol', status: 'busy' }) %>
<%- include('modules/ui/Avatar', { name: 'Dave',  status: 'offline' }) %>

Image source

Preview
Jane Doe Jane Doe

Image source

Same sizing and status rules apply

Code
<%- include('modules/ui/Avatar', { src: '/avatars/jane.jpg', name: 'Jane Doe' }) %>
Source modules/ui/Avatar.ejs