LinkCard
Link-styled card with title, optional description, and trailing chevron that nudges on hover.
Installation
npx nimbus-docs add link-card yarn dlx nimbus-docs add link-card pnpm dlx nimbus-docs add link-card bunx nimbus-docs add link-card Preview
<LinkCard
title="Getting started"
description="Five-minute intro to scaffolding a docs site."
href="#"
/>Examples
Title only
Skip the description when the title is self-explanatory.
<LinkCard title="Changelog" href="#" />With description
Add a description to clarify what the reader gets by following the link.
<LinkCard
title="API reference"
description="Every endpoint, parameter, and response shape."
href="#"
/>API reference
Every prop the component accepts, sourced from a single declaration.
| Prop | Type |
|---|---|
title
required
| string |
description | string |
href
required
| string |