Razor Panel Tooltips
A custom tooltip system that lets you use razor panels instead of a string
favorite6favorites
thumb_up5upvotes
thumb_down1downvotes
hard_drive
0 MB
folder
12 files
build
Engine v22
history
Last update 287d ago
About This Package
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>
No usage statistics available
This package may be new or not widely used yet. Usage data becomes available as more users install and play with the package.
This package may be new or not widely used yet. Usage data becomes available as more users install and play with the package.
Package ID:
carsonk.razor_tooltips
Created:
2025-09-24 01:21 UTC
Updated:
2025-09-26 17:43 UTC
Type:
library
Public:
Yes
Version:
119348
files:
12
Size:
0.0 MB
Engine Version:
22
Asset Version ID:
119348
Version Created:
2025-09-26 17:43 UTC
Hash:
3480186392642187677
Manifest: Open manifest
Compiler:
Sandbox, SANDBOX;ADDON;DEBUG, 1701;1702;1591;, , , , Debug, Array, Array, Array, Array
Resources:
Code Package References:
119348
Sep 26, 2025
Fix OnMouseOut Issue
119122
Sep 24, 2025
Initial Version