core/template/components/content_badge.go

8 lines
194 B
Go
Raw Permalink Normal View History

2024-10-15 17:06:49 -04:00
package components
type ContentBadge struct {
Text string
TypeClass string // type primary, secondary, success, danger, warning, info, light, dark, (default secondary)
IsOutline bool
}