mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
25 lines
492 B
Vue
25 lines
492 B
Vue
<template>
|
|
<UAvatarGroup>
|
|
<UChip inset color="success">
|
|
<UAvatar
|
|
src="https://github.com/benjamincanac.png"
|
|
alt="Benjamin Canac"
|
|
/>
|
|
</UChip>
|
|
|
|
<UChip inset color="warning">
|
|
<UAvatar
|
|
src="https://github.com/romhml.png"
|
|
alt="Romain Hamel"
|
|
/>
|
|
</UChip>
|
|
|
|
<UChip inset color="error">
|
|
<UAvatar
|
|
src="https://github.com/noook.png"
|
|
alt="Neil Richter"
|
|
/>
|
|
</UChip>
|
|
</UAvatarGroup>
|
|
</template>
|