MCPcopy
hub / github.com/nukeop/nuclear / BarProps

Interface BarProps

packages/ui/src/components/ScrollableArea/ScrollableArea.tsx:104–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103// Scrollbar (track + thumb)
104interface BarProps {
105 orientation: 'vertical' | 'horizontal';
106 metrics: ScrollMetrics;
107 containerRef: React.RefObject<HTMLDivElement>;
108 fadeScrollbars: boolean;
109 isScrolling: boolean;
110}
111
112const Scrollbar: FC<BarProps> = ({
113 orientation,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected