core/template/components/content_href.go

11 lines
236 B
Go
Raw Normal View History

package components
2024-10-15 17:07:18 -04:00
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
}