popover — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited popover (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Content popover anchored to an element. Built on Tooltip with focus trapping and click trigger. Supports all Tooltip positioning options.
import { Popover } from 'reablocks';Extends Tooltip props (except theme), plus:
| Prop | Type | Default | Description |
|---|---|---|---|
disablePadding | boolean | — | Remove default padding |
popoverStyle | CSSProperties | — | Inline styles for popover content |
popoverClassName | string | — | CSS classes for popover content |
autoFocus | FocusTargetOrFalse | — | Initial focus target (or false for none) |
theme | PopoverTheme | — | Per-instance theme override |
Key inherited props from Tooltip:
| Prop | Type | Default | Description | |
|---|---|---|---|---|
content | `ReactNode \ | (() => ReactNode)` | — | Popover content |
placement | Placement | 'top' | Floating UI placement | |
trigger | TriggerTypes | 'click' | How to open (click by default) | |
closeOnEscape | boolean | true | Close on Escape key | |
closeOnBodyClick | boolean | true | Close on outside click | |
leaveDelay | number | 200 | Delay before closing (ms) | |
className | string | — | Tooltip wrapper CSS classes |
<Popover content="Popover content here">
<Button>Click me</Button>
</Popover><Popover content={() => (
<Card>
<h3>Popover Title</h3>
<p>Some detailed content...</p>
<Button size="small">Action</Button>
</Card>
)}>
<Button>Open Popover</Button>
</Popover>interface PopoverTheme {
base: string; // Base styles (whitespace, text-center, padding, rounded, bg)
disablePadding: string; // No padding override
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.