Box

Box is a basic layout component that provides a padded and elevated container for grouping related content.

    <div class="box">
        This is where content would go
    </div>

This is where content would go

We recommend structuring a box like below

Card Component

ElementDescription
1. ContainerThe container holds all the elements of the box component.