1
0
Fork 0
forked from goffee/core

start theme core templates

This commit is contained in:
Zeni Kim 2024-10-07 18:10:04 -05:00
parent da7925ae08
commit 015e85bf7b
12 changed files with 72 additions and 35 deletions

View file

@ -0,0 +1,10 @@
package components
type FormButton struct {
Text string
Link string
Icon string
IsSubmit bool
IsPrimary bool
IsDisabled bool
}