s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Chat · Components

LinkPreview

LinkPreview - URL preview card Compact card with thumbnail, title, and description.

Public export

typescript
import { LinkPreview } from '@happyvertical/smrt-chat/svelte';
Import path
@happyvertical/smrt-chat/svelte
Props
4
Props described
4 of 4
Bindable state
0
Callback events
0
Verified release
0.44.0

Props

NameTypeRequiredDescription
urlstringYesThe URL being previewed
titlestringNoTitle of the linked page
descriptionstringNoDescription of the linked page
imageUrlstringNoPreview thumbnail image URL

Bindable state

This component has no bindable public state.

Callback events

This component declares no callback event props.

Examples and explanation