You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailwind-ai/application_ui/elements/avatars/circular_avatars_with_botto...

66 lines
2.4 KiB
HTML

<span class="relative inline-block">
<img
src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-6 rounded-full"
/>
<span
class="absolute right-0 bottom-0 block size-1.5 rounded-full bg-gray-300 ring-2 ring-white"
></span>
</span>
<span class="relative inline-block">
<img
src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-8 rounded-full"
/>
<span
class="absolute right-0 bottom-0 block size-2 rounded-full bg-red-400 ring-2 ring-white"
></span>
</span>
<span class="relative inline-block">
<img
src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-10 rounded-full"
/>
<span
class="absolute right-0 bottom-0 block size-2.5 rounded-full bg-green-400 ring-2 ring-white"
></span>
</span>
<span class="relative inline-block">
<img
src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-12 rounded-full"
/>
<span
class="absolute right-0 bottom-0 block size-3 rounded-full bg-gray-300 ring-2 ring-white"
></span>
</span>
<span class="relative inline-block">
<img
src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-14 rounded-full"
/>
<span
class="absolute right-0 bottom-0 block size-3.5 rounded-full bg-red-400 ring-2 ring-white"
></span>
</span>
<span class="relative inline-block">
<img
src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-16 rounded-full"
/>
<span
class="absolute right-0 bottom-0 block size-4 rounded-full bg-green-400 ring-2 ring-white"
></span>
</span>