

# Kbd

Display keyboard keys and shortcuts with proper styling.

# Installation

Copy the following code into your app directory.


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



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


```python
kbd()
# or
kbd_group(
    kbd(),
    kbd(),
)
```


# Examples
Below are examples demonstrating how the component can be used.

## Default
A basic example showing a single styled keyboard key.


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


## Common Shortcuts
Displays familiar keyboard shortcuts like copy or paste.


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


## Special Keys
Shows styling for special keys such as Enter, Tab, or Esc.


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


## Complex Shortcuts
Demonstrates multi-key combinations for advanced shortcuts.


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


## With Icons
Displays keyboard shortcuts paired with icons for clarity.


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

