add ID to button
This commit is contained in:
parent
8950cb539a
commit
5896e6e617
4 changed files with 16 additions and 10 deletions
|
|
@ -1,6 +1,8 @@
|
|||
package components
|
||||
|
||||
type FormButton struct {
|
||||
ID string
|
||||
Value string
|
||||
Text string
|
||||
Icon string
|
||||
IsSubmit bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue