Textarea
textarea.Rmd
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"
)
textarea.Rmd
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"
)