Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 614 Bytes

File metadata and controls

27 lines (18 loc) · 614 Bytes

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

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

Scrollarea

Scrollarea are used primarily for

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

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

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

```
Work in Progress