Skip to content
SevenUI
Sign in

Tooltip

Free, copy-and-go Tooltip components built on the SevenUI Tooltip primitive.Read the primitive docs.

npx shadcn@latest add @sevenui/component/tooltip-01pnpm dlx shadcn@latest add @sevenui/component/tooltip-01yarn dlx shadcn@latest add @sevenui/component/tooltip-01bunx --bun shadcn@latest add @sevenui/component/tooltip-01
Side
Align
<TooltipContent side="top" align="center" />
npx shadcn@latest add @sevenui/component/tooltip-02pnpm dlx shadcn@latest add @sevenui/component/tooltip-02yarn dlx shadcn@latest add @sevenui/component/tooltip-02bunx --bun shadcn@latest add @sevenui/component/tooltip-02

Tone Variants

Q3-board-deck.pdf

4.2 MB · Edited 2h ago

Filled for primary actions, outline on busy surfaces, subtle for secondary hints, and a destructive tone that warns before the click.

npx shadcn@latest add @sevenui/component/tooltip-03pnpm dlx shadcn@latest add @sevenui/component/tooltip-03yarn dlx shadcn@latest add @sevenui/component/tooltip-03bunx --bun shadcn@latest add @sevenui/component/tooltip-03

7 people have access to this file

npx shadcn@latest add @sevenui/component/tooltip-04pnpm dlx shadcn@latest add @sevenui/component/tooltip-04yarn dlx shadcn@latest add @sevenui/component/tooltip-04bunx --bun shadcn@latest add @sevenui/component/tooltip-04
sevenui.app/

Read-only. Only workspace owners can change the URL.

Draft saved · 2 checks left

Unavailable. Add a cover image. Write a meta description.

npx shadcn@latest add @sevenui/component/tooltip-05pnpm dlx shadcn@latest add @sevenui/component/tooltip-05yarn dlx shadcn@latest add @sevenui/component/tooltip-05bunx --bun shadcn@latest add @sevenui/component/tooltip-05

Production secret key

ak_live_••••••••••••B3cK

Rotate this key if it was ever shared in plain text.

npx shadcn@latest add @sevenui/component/tooltip-06pnpm dlx shadcn@latest add @sevenui/component/tooltip-06yarn dlx shadcn@latest add @sevenui/component/tooltip-06bunx --bun shadcn@latest add @sevenui/component/tooltip-06

Delay Presets

Open delay
First tooltip
600 ms
Neighbor window
400 ms
npx shadcn@latest add @sevenui/component/tooltip-07pnpm dlx shadcn@latest add @sevenui/component/tooltip-07yarn dlx shadcn@latest add @sevenui/component/tooltip-07bunx --bun shadcn@latest add @sevenui/component/tooltip-07

MacBook Pro storage

Last scanned 4 minutes ago

35.0 GBavailable

  • Photos38.2 GB
  • Videos24.6 GB
  • Backups14.3 GB
  • Documents9.1 GB
  • System6.8 GB
npx shadcn@latest add @sevenui/component/tooltip-08pnpm dlx shadcn@latest add @sevenui/component/tooltip-08yarn dlx shadcn@latest add @sevenui/component/tooltip-08bunx --bun shadcn@latest add @sevenui/component/tooltip-08
Upcoming invoice
Billing period Sep 1 – Sep 30, 2026
  • Team plan
    12 seats × $18
    $216.00
  • Build minutes overage
    1,420 min over 5,000
    $14.20
  • Proration credit
    2 seats removed Sep 14
    −$19.20
Estimated total$211.00
Charged Oct 1 to Visa ·· 4242
npx shadcn@latest add @sevenui/component/tooltip-09pnpm dlx shadcn@latest add @sevenui/component/tooltip-09yarn dlx shadcn@latest add @sevenui/component/tooltip-09bunx --bun shadcn@latest add @sevenui/component/tooltip-09

Service level agreement

The Business plan guarantees 99.95% . If we miss that target, you receive on your next invoice automatically.

Databases are replicated across two regions with an of 15 minutes and an of 4 hours.

npx shadcn@latest add @sevenui/component/tooltip-10pnpm dlx shadcn@latest add @sevenui/component/tooltip-10yarn dlx shadcn@latest add @sevenui/component/tooltip-10bunx --bun shadcn@latest add @sevenui/component/tooltip-10
src/lib/rate-limit.tsBlame
  1. 1const redis = Redis.fromEnv();
  2. 2
  3. 3const WINDOW_MS = 60_000;
  4. 4const MAX_REQUESTS = 120;
  5. 5
  6. 6export async function limit(key: string) {
  7. 7 const count = await redis.incr(key);
  8. 8 if (count === 1) await redis.pexpire(key, WINDOW_MS);
  9. 9 return count <= MAX_REQUESTS;
  10. 10}
npx shadcn@latest add @sevenui/component/tooltip-11pnpm dlx shadcn@latest add @sevenui/component/tooltip-11yarn dlx shadcn@latest add @sevenui/component/tooltip-11bunx --bun shadcn@latest add @sevenui/component/tooltip-11
PN
Priya NairNorthwind · Billing question
  1. Hi! Our invoice for September shows 14 seats but we only have 12 people.

  2. Thanks Priya. Two invites were still pending on Sep 1, so they were billed. I've credited $36 to your next invoice.

  3. Perfect, that explains it. Can pending invites expire automatically?

npx shadcn@latest add @sevenui/component/tooltip-12pnpm dlx shadcn@latest add @sevenui/component/tooltip-12yarn dlx shadcn@latest add @sevenui/component/tooltip-12bunx --bun shadcn@latest add @sevenui/component/tooltip-12

Find a time for Sprint planning

60 min · 6 attendees · Week of Sep 28. Hover a slot to see who can make it.

TimeMonTueWedThuFri
9 AM
10 AM
11 AM
12 PM
1 PM
2 PM
3 PM
4 PM
Fewer freeAll free
Selected Wed 11 AM
npx shadcn@latest add @sevenui/component/tooltip-13pnpm dlx shadcn@latest add @sevenui/component/tooltip-13yarn dlx shadcn@latest add @sevenui/component/tooltip-13bunx --bun shadcn@latest add @sevenui/component/tooltip-13