Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 604 Bytes

File metadata and controls

27 lines (18 loc) · 604 Bytes

import { LineChart } from "@chepe/ui"; import { Callout } from "nextra/components";

import ComponentShowcase from "./../../components/ComponentShowcase/ComponentShowcase";

LineChart

LineChart are used primarily for

<ComponentShowcase component={LineChart works} seed={0}>

```tsx filename="app.tsx" {1,4} copy
  import { LineChart } from "@chepe/ui";

export default function App() {
  return <LineChart>LineChart works</LineChart>;
}

```
Work in Progress