ComboStrap UI - Box
About
A box is a component that permits to contain other components.
This is useful to:
- define the elements that should collapse
- or create a styled box.
On a HTML level, this is just a div element
Example
<box
background-color="#e6b594"
width="150px"
height="150px"
align="center"
text-align="center"
spacing="p-4 m-5"
style="border-radius: 5px">
A brown rectangle with round corner
</box>
where:
Output:
A brown rectangle with round corner