ZuploZuplo
LoginSign Up
  • Documentation
  • API Reference
Introduction
Getting Started
    Develop using the Portal
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth4 - Deploy5 - Dynamic Rate LimitingMCP - Quick start
    Develop Locally
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth
Concepts
Development
Policies
Handlers
API Keys
MCP Server
MCP Gateway
AI Gateway
Developer Portal
    IntroductionLocal DevelopmentUpdating VersionsNode Modules & Customization
    Configuration
    Writing
    OpenAPI
    Authentication
    Integrations
    Guides
    Extending
    Components
      General
        AlertCalloutBadgeCardIconsMarkdownTypography
      Documentation
      Form
      Utility
Monetization
Deploying & Source Control
Observability
Networking & Infrastructure
Account Management
Programming API
Build with AI
Zuplo CLI
Migration Guides
Platform LimitsSecuritySupportTrust & ComplianceChangelog
powered by Zudoku
General

Badge

A small badge component used to display status information or labels.

Import

Code
import { Badge } from "zudoku/ui/Badge";

Variants

Default

Default
Code
<Badge variant="default">Default</Badge>

Secondary

Secondary
Code
<Badge variant="secondary">Secondary</Badge>

Muted

Muted
Code
<Badge variant="muted">Muted</Badge>

Destructive

Destructive
Code
<Badge variant="destructive">Destructive</Badge>

Outline

Outline
Code
<Badge variant="outline">Outline</Badge>

Usage

Badges are perfect for showing status, categories, or counts:

NewMain10
Code
<Badge variant="default">New</Badge> <Badge variant="secondary">Main</Badge> <Badge variant="muted">10</Badge>
Edit this page
Last modified on May 29, 2026
CalloutCard
On this page
  • Import
  • Variants
    • Default
    • Secondary
    • Muted
    • Destructive
    • Outline
  • Usage
React
React
React
React
React
React
React