Standardize Figures, Alerts, and other Blog Components
Created by: zlonko
Within the blog, there are many instances of figures, alerts, and tables. By using components, we improve the maintenance of our styling standards, while also making it easier for blog contributors to create content.
e.g., instead of having writers use:
<figure>
<img src="..." alt="..." />
<figcaption>...</figcaption>
</figure>
...where alt text can sometimes be dropped, and figcaptions
can be used improperly, we recommend in the Starter Pack:
<Figure src="..." alt="..." caption="..." />