Appearance
wiz-wrapper
wiz-wrapper is a container for content organization. It can be used to lay out elements like cards, tables, or sections of a page in a structured way. The component ensures content width consistency.
wiz-wrapper is particularly useful for creating UI elements that have a standardized layout or implementing placeholders in the cases when dynamic content might not yet be available.
Learn more about components
Usage
Markup:
vue
<wiz-wrapper :class="'optional-class'">
<div>
<!-- Custom content goes here -->
<p>This is a dynamically added child content inside the wrapper.</p>
</div>
</wiz-wrapper>Properties
The following properties are available:
| Property | Type | Default value | Description |
|---|---|---|---|
class | string | N/A | Custom classes that can be added to supplement or override the default styles |