Avatar
Use the avatar component to show a model image using an image element in any style and sizes.
In order to implement this component, you can follow the examples from Skewind below that use mixed classes from the avatar component and TailwindCSS to modify the styles or sizes.
Usage #
You just need two elements, the wrapper element that holds the avatar
class and the avatar object element that holds avatar__object
class to be placed inside the wrapper.
Customization Examples #
We will use TailwindCSS utility classes to do the customization of the component.