التثبيت
npx sdaia-ui@latest add table-of-content
الاستخدام
import { TableOfContent } from "@/components/ui/table-of-content"<TableOfContent items={[]} />الأمثلة
الافتراضي
جدول محتويات مع روابط تنقل هرمية.
Loading demo: table-of-content-default
مرجع الواجهة البرمجية
TableOfContentProps
خصائص مكوّن TableOfContent.
Prop | Type | Default | Required |
|---|---|---|---|
label | ReactNode | 'On this page' | optional |
pageName | ReactNode | - | required |
lists | TableOfContentListItem[][] | - | required |