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