core/template/components/form_href.go

11 lines
233 B
Go
Raw Normal View History

package components
type FormHref struct {
Text string
Link string
Icon string
IsButton bool
TypeClass string // type primary, secondary, success, danger, warning, info, light, dark, link
IsDisabled bool
}