Container
A default container component.
This component is used to wrap the content of the page and align it to the center.
Properties
Property | Type | Default | Description |
---|---|---|---|
background_color | string | transparent | The background color of the container. |
padding.left | number | 0 | The left padding of the container. |
padding.right | number | 0 | The right padding of the container. |
padding.top | number | 0 | The top padding of the container. |
padding.bottom | number | 0 | The bottom padding of the container. |