Bitcart UI SDK Documentation
UI KitComponents

Scroll Area

DefaultOverlay scrollbars that surface while hovering or scrolling
import { ScrollArea } from "@bitcart/ui-kit/components"const TRANSACTIONS = Array.from({ length: 16 }, (_value, index) => ({
Faded edgesMasks the overflowing edges to hint at the content beyond them
import { ScrollArea } from "@bitcart/ui-kit/components"const TRANSACTIONS = Array.from({ length: 16 }, (_value, index) => ({
Scrollbar gutterReserves room for the scrollbar so it never overlaps the content
import { ScrollArea } from "@bitcart/ui-kit/components"const TRANSACTIONS = Array.from({ length: 16 }, (_value, index) => ({