5 lines
145 B
Plaintext
5 lines
145 B
Plaintext
|
package form
|
||
|
|
||
|
templ TextArea(id, placeholder, color string) {
|
||
|
<textarea class={ "textarea", color } id={ id } placeholder={ placeholder }/>
|
||
|
}
|