链接卡片
要突出显示不同页面的链接,可使用 <LinkCard> 组件。
Internationalization Configure Starlight to support multiple languages.
import { LinkCard } from 'starlight-theme-nova/components'
<LinkCard title="Authoring Markdown" href="/guides/authoring-content/" />
<LinkCard
title="Internationalization"
href="/guides/i18n/"
description="Configure Starlight to support multiple languages."
/><LinkCard> 属性
Section titled “<LinkCard> 属性”<LinkCard> 组件接受以下属性以及所有其它 <a> 的元素属性:
必填
类型: string
要显示的链接卡片的标题.
必填
类型: string
与卡片交互时要链接到的 URL.
description
Section titled “description”类型: string
标题下方显示的可选描述.