chart

ui

Chart

fly-byデザインシステムのChartコンポーネント。rechartsベースのグラフ表示。

プレビュー

インストール

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

依存関係

NPM Packages

recharts

使用例

import { Chart } from "@/components/ui/chart"

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

ファイル

registry/fly-by/ui/chart.tsxui