htmgo/htmgo-site/pages/examples/form.go
2024-10-31 09:44:16 -05:00

10 lines
198 B
Go

package examples
import (
"github.com/maddalax/htmgo/framework/h"
)
func FormWithLoadingState(ctx *h.RequestContext) *h.Page {
SetSnippet(ctx, &FormWithLoadingStateSnippet)
return Index(ctx)
}