Example

Summary

The example pattern is used throughout this documentation all the time. It's a pattern that can be used, as the name implies, to display examples. It shows a border around the content that you want to display.

There are no attributes defined for this pattern.

Example

This is an example box.

Markup

<div class="zui-example"> 
    This is an example box.
</div>
Fork me on GitHub