Some checks failed
Deploy / deploy (push) Failing after 39s
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #5
606 B
606 B
avatar
Avatars are used to show a thumbnail
Class names
- component:
avatar,avatar-group - modifier:
avatar-online,avatar-offline,avatar-placeholder
Syntax
<div class="avatar {MODIFIER}">
<div>
<img src="{image-url}" />
</div>
</div>
Rules
- {MODIFIER} is optional and can have one of the modifier class names
- Use
avatar-groupfor containing multiple avatars - You can set custom sizes using
w-*andh-* - You can use mask classes such as
mask-squircle,mask-hexagon,mask-triangle