COMPONENT
badge
Implemented on both platforms.
Platform coverage
Generated from the source tree.
WEB
WEB: YES- Source
- apps/web/components/ui/badge.tsx
- Imported by
- 11 files
- Lines
- 52
- Exports
- Badge
MOBILE
MOBILE: YES- Source
- apps/mobile/components/ui/badge.tsx
- Imported by
- 9 files
- Lines
- 100
- Exports
- Badge, badgeTextVariants, badgeVariants
Examples
Live components. Switch themes in the header to see them re-render.
VARIANTS
`primary` renders a button — it's the filter chip used across search and library. `secondary` renders a span for static metadata. One component, two elements, chosen by variant.
2015PS5