@latest_post
Fluid SVGs with Vue 3
A fluid SVG is one that can grow as far as its parent
allows it to.
The trick lies in how we define the <svg> element.
Only set the viewBox attribute, but don't set a
height nor width on it.
Thus, it'll preserve its aspect ratio, growing and shrinking accordingly.