

# Badge

A badge component that displays a label.

# Installation

Copy the following code into your app directory.


> **Error: 'Badge' not found in registry**


# Usage


> **Error: 'badge' not found in registry**


# Anatomy 
Use the following composition to build a `Badge`


```python
badge()
```



# Examples

Below are examples demonstrating how the component can be used.

## Default

Displays a standard badge using the default variant, ideal for basic labeling.


> **Error: 'badge_default' not found in registry**


## With Icons

Demonstrates how to include icons inside badges for visual context or emphasis.


> **Error: 'badge_with_icons' not found in registry**


## Status

Showcases how badges can represent different statuses, like success or error, using color.


> **Error: 'badge_status' not found in registry**


## Notification Count

Illustrates how to use badges for showing counts, such as unread notifications or messages.


> **Error: 'badge_notification_count' not found in registry**

