forked from goffee/core
dropdown, href is content
This commit is contained in:
parent
a904773bab
commit
f398ebb02d
5 changed files with 20 additions and 20 deletions
10
template/components/content_href.go
Normal file
10
template/components/content_href.go
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue