core/template/components/content_list.go

20 lines
335 B
Go
Raw Permalink Normal View History

2024-10-15 17:09:31 -04:00
package components
type ContentList struct {
Items []ContentListItem
}
type ContentListItem struct {
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