Components

A custom scrollable container for overflowing content.

Tags

v0.0.1-beta.50
v0.0.1-beta.49
v0.0.1-beta.48
v0.0.1-beta.47
v0.0.1-beta.46
v0.0.1-beta.45
v0.0.1-beta.44
v0.0.1-beta.43
v0.0.1-beta.42
v0.0.1-beta.41
v0.0.1-beta.40
v0.0.1-beta.39
v0.0.1-beta.38
v0.0.1-beta.37
v0.0.1-beta.36
v0.0.1-beta.35
v0.0.1-beta.34
v0.0.1-beta.33
v0.0.1-beta.32
v0.0.1-beta.31
v0.0.1-beta.30
v0.0.1-beta.29
v0.0.1-beta.28
v0.0.1-beta.27
v0.0.1-beta.26
v0.0.1-beta.25
v0.0.1-beta.24
v0.0.1-beta.23
v0.0.1-beta.22
v0.0.1-beta.21
v0.0.1-beta.20
v0.0.1-beta.19
v0.0.1-beta.18
v0.0.1-beta.17
v0.0.1-beta.16
v0.0.1-beta.15
v0.0.1-beta.14
v0.0.1-beta.13
v0.0.1-beta.12
v0.0.1-beta.11
v0.0.1-beta.10
v0.0.1-beta.9
v0.0.1-beta.8
v0.0.1-beta.7
v0.0.1-beta.6
v0.0.1-beta.5
v0.0.1-beta.4
v0.0.1-beta.3
v0.0.1-beta.2
v0.0.1-beta.1

Installation

NPM packages are currently unstable and may cause issues. Use it at your own risk.
npm install @mijn-ui/react-scroll-area

Usage

import { ScrollArea } from "@mijn-ui/react-scroll-area"
<ScrollArea className="h-[200px] w-[350px] rounded-md border p-4">
  Jokester began sneaking into the castle in the middle of the night and leaving
  jokes all over the place: under the king's pillow, in his soup, even in the
  royal toilet. The king was furious, but he couldn't seem to stop Jokester. And
  then, one day, the people of the kingdom discovered that the jokes left by
  Jokester were so funny that they couldn't help but laugh. And once they
  started laughing, they couldn't stop.
</ScrollArea>

Examples

Horizontal Scrolling

Photo by Ornella Binni
Photo by Ornella Binni
Photo by Tom Byrom
Photo by Tom Byrom
Photo by Vladimir Malyavko
Photo by Vladimir Malyavko

ScrollArea Style Slots

Slot NameTargeted ComponentPurpose
baseScrollAreaStyles the root scroll area component.
viewportScrollAreaStyles the viewport of the scroll area.
scrollbarScrollBarStyles the scrollbar.
scrollThumbScrollBarStyles the thumb of the scrollbar.

On this page