Skip to content

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.

Usage

Markup:

vue
<wiz-plain-text></wiz-plain-text>

Properties


The following properties are available:
PropertyTypeDefault valueDescription
textstringN/AThe string or HTML content to be rendered inside the container.