@text

Editable Text

Add a simple editible text area with optional default text.

@text("heading")

An editable text area with a default value of "Hello World!".

@text("heading", default: "Hello World!")

Last updated