This commit is contained in:
Diana 2024-10-15 16:06:49 -05:00
parent 05bd3a01ee
commit a904773bab
2 changed files with 14 additions and 0 deletions

View file

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