core/template/components/form_button.go

10 lines
155 B
Go

package components
type FormButton struct {
Text string
Link string
Icon string
IsSubmit bool
IsPrimary bool
IsDisabled bool
}