dropdown, href is content

This commit is contained in:
Diana 2024-10-15 16:07:18 -05:00
parent a904773bab
commit f398ebb02d
5 changed files with 20 additions and 20 deletions

View file

@ -0,0 +1,10 @@
package components
type ContentHref struct {
Text string
Link string
Icon string
IsButton bool
TypeClass string // type primary, secondary, success, danger, warning, info, light, dark, link
IsDisabled bool
}