ComboStrap UI - Box

About

A box is a component that permits to contain other components.

This is useful to:

On a HTML level, this is just a div element

since 1.11

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

Powered by ComboStrap