Skip to contents

The textarea() component is used to enter multiple lines of text.

See the official documention for textarea, for all the correct props.

textarea(
  "txt",
  placeholder = "Enter text"
)