newsbot-portal/components/bulma/form/submit.templ

5 lines
120 B
Plaintext
Raw Normal View History

package form
templ Submit(text, color string) {
<button type="submit" class={ "button", color }>{ text }</button>
}