2.3 KiB
layout | title |
---|---|
page | Blankslate |
Blankslates are for when there is a lack of content within a page or section. Use them as placeholders to tell users why something isn't there. Be sure to provide an action to add content as well.
Contents
- Will be replaced with the ToC, excluding the "Contents" header {:toc}
Basic example
Wrap some content in the outer .blankslate
wrapper to give it the blankslate appearance.
{% example html %}
This is a blank slate
Use it to provide information when no dynamic content exists.
With Octicons
When it helps the message, include (relevant) icons in your blank slate. Add .blankslate-icon
to any .mega-octicon
s as the first elements in the blankslate, like so.
{% example html %}
This is a blank slate
Use it to provide information when no dynamic content exists.
Variations
Add an additional optional class to the .blankslate
to change its appearance.
Fixed width
Narrows the blankslate container to not occupy the entire available width.
{% example html %}
This is a blank slate
Use it to provide information when no dynamic content exists.
Capped
Removes the border-radius
on the top corners.
{% example html %}
This is a blank slate
Use it to provide information when no dynamic content exists.
Spacious
Significantly increases the vertical padding.
{% example html %}
This is a blank slate
Use it to provide information when no dynamic content exists.
No background
Removes the background-color
and border
.
{% example html %}
This is a blank slate
Use it to provide information when no dynamic content exists.