Appearance
wiz-plain-text
wiz-plain-text is a lightweight Vue.js component designed for rendering raw HTML or plain text content within a container. Its primary purpose is to dynamically display text information.
Learn more about components
Usage
Markup:
vue
<wiz-plain-text></wiz-plain-text>Properties
The following properties are available:
| Property | Type | Default value | Description |
|---|---|---|---|
text | string | N/A | The string or HTML content to be rendered inside the container. |