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