• Docs
  • Components
  • Blocks
  • Admin
CtrlK
Get Started
  • Introduction
  • Setup
  • CLI
  • VS Code Extension
  • Figma Code Connect
  • MCP Server
  • llms.txt
  • Changelog
Foundations
  • Design Tokens
  • Theming & Modes
  • Semantic Colors
  • Spacing
  • Typography
Testing
  • Test Guide
  • Performance Tests
  • Visual Regression
Components
  • Accordion
  • Activity Feed
  • Alert
  • Avatar
  • Badge
  • Breadcrumbs
  • Button
  • Card
  • Carousel
  • Checkbox
  • Collapsible
  • Combobox
  • Command Palette
  • Context Menu
  • Date Picker
  • Dialog
  • Dropdown Menu
  • File Upload
  • Hover Card
  • Input
  • Kbd
  • Label
  • Menubar
  • Metric Card
  • Multi Select
  • Navigation Menu
  • Pagination
  • Popover
  • Progress
  • Quick Actions
  • Radio
  • Rating
  • Resizable
  • Segmented Control
  • Select
  • Separator
  • Sheet
  • Skeleton
  • Slider
  • Spinner
  • Split Button
  • Stepper
  • Switch
  • Table
  • Tabs
  • Tag Input
  • Textarea
  • Timeline
  • Toast
  • Toggle
  • Toggle Group
  • Tooltip
  • Tree View
Blocks
  • Activity Feed
  • App Shell
  • Authentication Block
  • Benefits Section
  • Cta Section
  • Data Table
  • Empty State
  • Faq Section
  • Feature Grid Section
  • Footer Section
  • Hero Section
  • Kpi Dashboard
  • Kpi Strip
  • Link Card
  • Metric Card
  • Navigation Header
  • Pagination Footer
  • Pricing Table
  • Quick Actions
  • Settings Screen
Resources
  • API Reference
Kpi StripMetric Card
Kpi StripMetric Card
Kpi StripMetric Card

Link Card

A card component that acts as a link.

Basic Link Card (Solid)

Setup

Install Fragment UI in your React project

1
2
3
4
5
6
7
8
9
10
11
12
13
14

Install

Link Card Group

Setup

Install Fragment UI in your React project

Design Tokens

Learn about colors, spacing, typography, and more

Theming & Modes

Configure themes, dark mode, and density

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

External Link Card

GitHub Repository

View the source code on GitHub

1
2
3
4
5
6
7
8
9
10
11
12
13
14

Outline Variant

Setup

Install Fragment UI in your React project

1
2
3
4
5
6
7
8
9
10
11
12
13
14

Variants Comparison

Solid Variant

Default variant with background

Outline Variant

Transparent background with border

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

API Reference

ComponentPropTypeDefaultDescription
LinkCardhrefstring—URL to navigate to (required)
LinkCardiconLucideIcon—Icon component from lucide-react (required)
LinkCardtitlestring—Card title (required)
LinkCarddescriptionstring—Card description (required)
LinkCardvariant"solid" | "outline""solid"Visual variant of the card
LinkCardexternalbooleanfalseWhether the link opens in a new tab
LinkCardclassNamestring—Additional CSS classes
LinkCardGroupcardsOmit<LinkCardProps, "className">[]—Array of LinkCard items (required)
LinkCardGroupcolumns{ sm?: number; md?: number; lg?: number }{ sm: 1, md: 2, lg: 3 }Number of columns on different breakpoints
LinkCardGroupclassNamestring—Additional CSS classes