# Scroll Area

> A scrollable region with styled scrollbars.

_Updated: 2026-06-04_

A scrollable region with styled scrollbars.

## Installation

```bash
railbase ui add scroll-area
```

## Usage

```tsx
import { ScrollArea, ScrollBar } from "@/lib/ui/scroll-area";

<ScrollArea class="h-48 w-full">
  …long content…
  <ScrollBar />
</ScrollArea>
```

## Anatomy

Exported parts: `ScrollArea` · `ScrollBar`
