table

ui

Table

fly-byデザインシステムのTableコンポーネント。テーブル表示。

プレビュー

NameRole
John DoeAdmin
Jane SmithUser

インストール

npx shadcn@latest add "https://fly-by.design.yukyu.net/r/table.json"

使用例

import { Table } from "@/components/ui/table"

// コンポーネントを使用
<Table>
  Content
</Table>

ファイル

registry/fly-by/ui/table.tsxui