Panel Component
The panel component is used to create the element for news and ther content.
Title panel component
I'm a content of panel
<div class="col-s-2 col-3 panel primary"> <h2 class="title">Title panel component</h2> <div class="body">I'm a content of panel</div> </div>
Title panel component
I'm a content of panel
<div class="col-s-2 col-3 panel primary"> <h2 class="title">Title panel component</h2> <div class="body">I'm a content of panel</div> <div class="footer">Footer of panel component</div> </div>
Usage
The panel component is used with the panel CSS class.
title class is used to create the title of panel component.
body class is required for content.
footer class is used to create the footer of panel component.