--- layout: docs title: Placeholders description: Use loading placeholders for your components or pages to indicate something may still be loading. group: components toc: true added: "5.1" --- ## About Placeholders can be used to enhance the experience of your application. They're built only with HTML and CSS, meaning you don't need any JavaScript to create them. You will, however, need some custom JavaScript to toggle their visibility. Their appearance, color, and sizing can be easily customized with our utility classes. ## Example In the example below, we take a typical card component and recreate it with placeholders applied to create a "loading card". Size and proportions are the same between the two.
Some quick example text to build on the card title and make up the bulk of the card's content.
Go somewhereSome quick example text to build on the card title and make up the bulk of the card's content.
Go somewhere
{{< /example >}} ## CSS ### Sass variables {{< scss-docs name="placeholders" file="scss/_variables.scss" >}}