Go to top

Boxes

Boxes

Boxes define the boundaries and structure of various interface components such as cards, panels, and sections, providing consistency in layout and visual presentation throughout a digital product.


Quick links box

The Quick links box offers users convenient shortcuts to essential or frequently accessed resources, pages, or links. It serves as a navigational shortcut, enabling users to efficiently reach their desired destinations, enhancing usability and user satisfaction.

      <div class="quick-links-wrapper">
        <div class="caption">Relevant links</div>
        <div class="desc">
          <ul class="bullets">
            <li>This is an example <a href="">Lorem Ipsum</a> link</li>
            <li>This is an example <a href="">Lorem Ipsum</a> link</li>
            <li>This is an example <a href="">Lorem Ipsum</a> link</li>
          </ul>
        </div>
      </div>