core/template/components/content_badge.go
2024-10-15 16:06:49 -05:00

7 lines
194 B
Go

package components
type ContentBadge struct {
Text string
TypeClass string // type primary, secondary, success, danger, warning, info, light, dark, (default secondary)
IsOutline bool
}