10 lines
155 B
Go
10 lines
155 B
Go
package components
|
|
|
|
type FormButton struct {
|
|
Text string
|
|
Link string
|
|
Icon string
|
|
IsSubmit bool
|
|
IsPrimary bool
|
|
IsDisabled bool
|
|
}
|