Feedback Laraform is now in maintenance mode. Read more on our GitHub.

Static Element

An element used to render a static string/HTML or a Vue component.

#Examples

#Options

Name Type Description
content obj|str Content to be rendered. Either a string (HTML) or a Vue component. Vue component receives an el$ prop, which refers to the element.
wrap boolean Determines if the content should be rendered in a standard element layout.

#Properties

Name Type Default Description
content obj|str null Content to be rendered. Either a string (HTML) or a Vue component.
wrap boolean true Determines if the content should be rendered in a standard element layout.
isHtml boolean - Determines if HTML content should be rendered for the element.