Skip to main content

ScrollBar

Component này bọc vào 1 scrollable để style cho scroll bar của nó theo ý

Ví dụ

import { ScrollBar } from '@xobuilder/ui';

const Demo = () => {
return (
<ScrollBar scrollableSelector=".Polaris-Scrollable">
<Scrollable style={{ height: 400 }}>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestias aut aspernatur cupiditate itaque, quia provident voluptatem quos
exercitationem nihil, beatae vitae deserunt nesciunt, sequi vero ipsam qui libero! Impedit similique velit maxime quisquam libero aliquid
</Scrollable>
</ScrollBar>
);
};

Props

NameTypeDefaultDescription
classNamestring-Classname của component
styleCSSProperties-Style của component
scrollableSelectorstring-Selector của scrollable element
thumbColorstring'#c7c7c7'Màu của scrollbar thumb
thumbHoverColorstring'#999'Màu của scrollbar thumb khi hover
trackColorstring'transparent'Màu của scrollbar track
scrollBarBorderRadiusnumber5Border radius của scrollbar
scrollBarWidthnumber10Độ rộng của scrollbar
platform`'mac''win''all'`
childrenReactNode-Children nên chứa scrollable