menambahkan button aktif

This commit is contained in:
Hanan Askarim
2024-06-05 10:16:45 +07:00
parent 7a3c7e41f2
commit 79fb516e7d
6 changed files with 435 additions and 29 deletions

View File

@@ -83,3 +83,15 @@ type SwitchclassPrm struct {
Name string `default:"name"`
ID string
}
type ButtonPrm struct {
ID string
Label string `default:"default"`
Type string `default:"type"`
Class string `default:"class"`
Color string `default:"color"`
HxGet string
HxTarget string
HxSwap string
HxInclude string
}