add ID to dropdown

This commit is contained in:
Zeni Kim 2024-12-08 08:52:35 -05:00
parent 5896e6e617
commit 2076b4b35b

View file

@ -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