forked from goffee/core
add ID to dropdown
This commit is contained in:
parent
5896e6e617
commit
2076b4b35b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
package components
|
||||
|
||||
type ContentDropdown struct {
|
||||
ID string
|
||||
Label string
|
||||
TypeClass string // type primary, secondary, success, danger, warning, info, light, dark, link, outline-primary
|
||||
IsDisabled bool
|
||||
|
|
Loading…
Reference in a new issue