Scroll Area

A custom scrollable area with stylized scrollbars and neumorphic design.

Installation

$ npx shadcn@latest add "/r/scroll-area.json"

Usage

Horizontal Scroll

Enable horizontal scrolling by providing the orientation prop to ScrollAreaScrollbar.

Props

ScrollAreaScrollbar

PropTypeDefaultDescription
orientation"vertical" | "horizontal""vertical"The orientation of the scrollbar.
classNamestring-Additional CSS classes to apply to the scrollbar.

ScrollAreaThumb

PropTypeDefaultDescription
classNamestring-Additional CSS classes to apply to the thumb.