mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
25 lines
553 B
Vue
25 lines
553 B
Vue
<template>
|
|
<UAvatarGroup>
|
|
<UChip inset color="success">
|
|
<UAvatar
|
|
src="https://avatars.githubusercontent.com/u/739984?v=4"
|
|
alt="Benjamin Canac"
|
|
/>
|
|
</UChip>
|
|
|
|
<UChip inset color="warning">
|
|
<UAvatar
|
|
src="https://avatars.githubusercontent.com/u/25613751?v=4"
|
|
alt="Romain Hamel"
|
|
/>
|
|
</UChip>
|
|
|
|
<UChip inset color="error">
|
|
<UAvatar
|
|
src="https://avatars.githubusercontent.com/u/19751938?v=4"
|
|
alt="Neil Richter"
|
|
/>
|
|
</UChip>
|
|
</UAvatarGroup>
|
|
</template>
|