---
title: "Razor Panel Tooltips - s&box library"
description: "A custom tooltip system that lets you use razor panels instead of a string"
canonical: "https://sbox.watch/libraries/carsonk/razor_tooltips/"
generated_at: "2026-07-22T23:14:22.744Z"
---

# Razor Panel Tooltips

A custom tooltip system that lets you use razor panels instead of a string

- Type: library
- Ident: carsonk.razor_tooltips
- Creator: Carson Kompon
- Canonical: https://sbox.watch/libraries/carsonk/razor_tooltips/
- Markdown: https://sbox.watch/libraries/carsonk/razor_tooltips.md
- sbox.game: https://sbox.game/carsonk/razor_tooltips/
- Generated: 2026-07-22T23:14:22.744Z

## Stats

- 24h momentum: +0
- Terry score: 50%
- Favorites: 6
- Upvotes: 5
- Downvotes: 1
- Updated: Sep 26, 2025
- Created: Sep 24, 2025
- Size: 16.8 KB
- Files: 12
- Tags: razor, tooltip, ui

## Description

What is this?
This is a custom system that allows you to use Razor Panels as Tooltips (as opposed to a string with styling options). It doesn't replace the built-in Tooltips, it's just a unique way of displaying more advanced Tooltips.
How do I use it?
The built-in Tooltips work something like this:
<div class="my-card" tooltip="This is a normal tooltip..">
 <label>My custom panel</label>
</div>While the Razor Panel Tooltips work like this:
<RazorTooltip>
 <Content class="my-card">
 <label>My custom panel</label>
 </Content>
 <Tooltip style="background-color: white; padding: 4px;">
 <label>This is a custom Razor Tooltip!!!</label>
 <i>celebration</i>
 </Tooltip>
</RazorTooltip>



## More by Carson Kompon

| Package | Ident | Players | Favorites | Upvotes | Score | Markdown |
| --- | --- | --- | --- | --- | --- | --- |
| MediaHelpers | carsonk.mediahelpers | 0 | 15 | 10 | 79% | https://sbox.watch/libraries/carsonk/mediahelpers.md |
| RichText Razor Panels | carsonk.richtextpanels | 0 | 3 | 4 | 60% | https://sbox.watch/libraries/carsonk/richtextpanels.md |
| Editor All Chat | carsonk.editor_all_chat | 0 | 2 | 6 | 69% | https://sbox.watch/libraries/carsonk/editor_all_chat.md |
| TikTokTTS | carsonk.tiktoktts | 0 | 1 | 4 | 60% | https://sbox.watch/libraries/carsonk/tiktoktts.md |
| SFXR | carsonk.sfxr | 0 | 1 | 2 | 43% | https://sbox.watch/libraries/carsonk/sfxr.md |
| Granular Pitch Audio Processor | carsonk.granularpitchprocessor | 0 | 1 | 0 | -- | https://sbox.watch/libraries/carsonk/granularpitchprocessor.md |
