forked from goffee/core
start theme core templates
This commit is contained in:
parent
da7925ae08
commit
015e85bf7b
12 changed files with 72 additions and 35 deletions
10
template/components/form_button.go
Normal file
10
template/components/form_button.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package components
|
||||
|
||||
type FormButton struct {
|
||||
Text string
|
||||
Link string
|
||||
Icon string
|
||||
IsSubmit bool
|
||||
IsPrimary bool
|
||||
IsDisabled bool
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue