Resource List

A resource list displays a list of objects consisting of multiple pieces of common arbitrary information. It addresses the requirement to display a status list of multiple objects.

Label

List Title

Support Text
Sub-label
html
<div class="resource-list">
    <i class="ail-texture"></i>
    <div class="resource-list-body">
        <div class="resource-list-label">
            Label
        </div>
        <h2 class="resource-list-title">List Title</h2>
        <div class="resource-list-support">
            Support Text
        </div>
    </div>
    <div class="">
        Sub-label
    </div>
    <div class="">
        <button class="">
        </button>
    </div>
</div>