lists.tsx

lists.tsx

基本信息

  • 类型: React 组件 (TSX)
  • 路径: src/components/book/elements/lists.tsx

功能描述

Checklist Component

导出内容

  • <code>Checklist</code> - 函数
  • <code>Compare</code> - 函数
  • <code>InfoGrid</code> - 函数

依赖导入

  • react
  • next-intl
  • @/lib/utils
  • lucide-react

Props/接口

interface ChecklistProps {
title: string;
items: ChecklistItem[];
}

使用说明

在 JSX/TSX 中导入使用

← 返回目录