DOCUMENTATION

Figure

Placeholder 400x300
A caption for the above image.

<figure class="inline-block mb-4">
    <svg class="mb-2 rounded" width="100%" height="300" xmlns="http://www.w3.org/2000/svg">
        <title>Placeholder</title>
        <rect width="400" height="100%" fill="#868e96"></rect><text x="42%" y="50%" fill="#dee2e6"
            dy=".3em">400x300</text>
    </svg>
    <figcaption class="text-sm text-gray-600">A caption for the above image.</figcaption>
</figure>
        

Updated on February 28, 2022
Was this page helpful?