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
Structure
We recommend structuring a box like below

| Element | Description |
|---|---|
| 1. Container | The container holds all the elements of the box component. |