vivi_ui 0.2.0

Custom component library for Slint
Documentation
<!--
SPDX-FileCopyrightText: 2024 vivi developers <vivi-ui@tuta.io>
SPDX-License-Identifier: MIT
-->

# `LayoutStyle`

Defines the style of a layout.

## Field

- **`padding_left`** (_length_): Defines padding on the left. (default value: 0)
- **`padding_right`** (_length_): Defines padding on the right. (default value: 0)
- **`padding_top`** (_length_): Defines padding on the top. (default value: 0)
- **`padding_bottom`** (_length_): Defines padding on the bottom. (default value: 0)
- **`spacing`** (_length_): Defines space between element in the layout (default value: 0)
- **`alignment`** (_`LayoutAlignment_): Defines alignment of the layout. (default value: stretch)

# `MagicVerticalBox`

It's just a vertical layout with a style.

## Properties

- **`style`** (_in_ _`LayoutStyle`_): Defines the style of the layout.