Image

Image component is used to display images

Responsive image

time
          
            <!-- Responsive image -->
            <img class="img-res" src="/hourglass.jpg" />
          
        

Round image

round

          
            <!-- For square images -->
            <img class="img-round" src="/hourglass.jpg" alt="round" />
            
            <!-- For rectangular images -->
            <img class="img-rect-round" src="/hourglass.jpg" alt="round" />