@text
Add editable plain text areas to your components
Syntax
@text("identifier")@text(name: "identifier", title: "Display Title", default: "Default text")Parameters
Parameter
Required
Description
Examples
Basic Text Area
<h1>@text("heading")</h1>With Default Value
With Title for Editor
Button with Conditional Text
Form Labels
Navigation Title
Using @text Inside an @each Loop
Best Practices
Related
Last updated
Was this helpful?

