1
0
Fork 0
forked from goffee/core
core/template/components/content_list.go
2025-08-26 13:31:13 -05:00

21 lines
369 B
Go

package components
type ContentList struct {
ID string
Items []ContentListItem
}
type ContentListItem struct {
ID string
Text string
Description string
EndElement string
//Link string
TypeClass string // primary, secondary, success, danger, warning, info, light, dark
IsDisabled bool
//IsActive bool
}
//link
//border
// badge