Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Frontend V2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GraphPolaris
Frontend V2
Commits
b9a4447d
Commit
b9a4447d
authored
2 months ago
by
duncan
Browse files
Options
Downloads
Patches
Plain Diff
fix(sb): class -> className
parent
dc3af998
Branches
feat/visWithQuery
Branches containing commit
No related tags found
1 merge request
!393
UX Style/tooltip popover
Pipeline
#145043
passed
2 months ago
Stage: tag-release
Stage: get-release-tag
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/tooltip/Overview.mdx
+1
-1
1 addition, 1 deletion
src/lib/components/tooltip/Overview.mdx
with
1 addition
and
1 deletion
src/lib/components/tooltip/Overview.mdx
+
1
−
1
View file @
b9a4447d
...
...
@@ -42,7 +42,7 @@ This example shows a **single Tooltip** with a custom delay.
For grouped tooltips, use **`TooltipProvider`** to apply a shared delay across multiple tooltips.
This example shows **multiple Tooltips** with a group delay.
<div class="flex flex-row gap-2">
<div class
Name
="flex flex-row gap-2">
<TooltipProvider delay={{ open: 500, close: 100 }}>
<Tooltip>
<TooltipTrigger>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment