| badge |
component |
ts |
ui |
1.0.0 |
impure |
Badge(props: BadgeProps & VariantProps<typeof badgeVariants>): JSX.Element |
Badge con 10 variantes semánticas (default, secondary, destructive, outline, ghost, link, success, warning, error, info) y 2 tamaños. Mantine Badge. |
| badge |
| status |
| component |
| ui |
| indicator |
| mantine |
|
|
|
|
false |
|
|
Componente Badge que renderiza un indicador visual con 10 variantes semánticas de estado |
false |
|
|
frontend/functions/ui/badge.tsx |
| name |
type |
required |
description |
| variant |
'default' | 'secondary' | 'destructive' | 'outline' | 'ghost' | 'link' | 'success' | 'warning' | 'error' | 'info' |
false |
Variante visual |
|
| name |
type |
required |
description |
| size |
'default' | 'sm' |
false |
Tamaño |
|
|
|
false |
react |
| default |
| secondary |
| destructive |
| outline |
| ghost |
| link |
| success |
| warning |
| error |
| info |
|
https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/Bl4cksmith/Frontend_Library |
MIT |
frontend/src/components/ui/badge.tsx |