# LinkPreview Hover and focus preview for a link target. Use LinkPreview when readers need a brief destination summary before following a link. ## API The package declarations define these public members. | Member | Type | Kind | Required | Default | Description | | --- | --- | --- | --- | --- | --- | | `children` | `Snippet` | snippet | Yes | - | Preview card contents. | | `closeDelay` | `number` | prop | No | `undefined` | Milliseconds after the pointer leaves before the preview closes. bits-ui default: 300. | | `href` | `string` | prop | Yes | - | Destination the trigger navigates to; also the element the preview anchors to. | | `label` | `string` | prop | No | `undefined` | Fallback link text, used only when no `trigger` snippet is given. | | `openDelay` | `number` | prop | No | `undefined` | Milliseconds the pointer must rest over the trigger before the preview opens. bits-ui default: 700. | | `trigger` | `Snippet` | snippet | No | `undefined` | The link itself. Falls back to a styled anchor rendering `label`. | ## Related - [CommandPalette](/docs/components/command-palette): Searchable command dialog with grouped results. - [Modal](/docs/components/modal): Dialog or confirmation modal selected with a required kind and delegated trigger. - [Sheet](/docs/components/sheet): Edge-anchored dialog panel with optional body padding.