Problem: Online indicators.
Solution#
<span class="relative inline-flex"><img class="size-10 rounded-full" src="a.jpg" alt="" /><span class="absolute bottom-0 right-0 size-3 rounded-full bg-emerald-500 ring-2 ring-white"></span></span>Why this works#
Ringed dot over avatars.
Variants#
- Responsive: add screen prefixes to the core classes
- Dark: pair each color utility with its dark: twin
- Animated: add
transition+ a state variant for motion
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
