⚠️ Line Chart

LineChart

LineChart are used primarily for

LineChart component working!

LineChart works
app.tsx
  import { LineChart } from "@chepe/ui";
 
export default function App() {
  return <LineChart>LineChart works</LineChart>;
}
 
⚠️

Work in Progress