1
0
Fork 0
forked from goffee/core

components: buttons, dropdown, href, nav

This commit is contained in:
Diana 2024-10-12 13:01:52 -05:00
parent bfde0cc445
commit 7073cd1c21
9 changed files with 106 additions and 19 deletions

View file

@ -2,9 +2,8 @@ package components
type FormButton struct {
Text string
Link string
Icon string
IsSubmit bool
IsPrimary bool
TypeClass string // type primary, secondary, success, danger, warning, info, light, dark, link, outline-primary
IsDisabled bool
}