5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
|
package form
|
||
|
|
||
|
templ Submit(text, color string) {
|
||
|
<button type="submit" class={ "button", color }>{ text }</button>
|
||
|
}
|