DocSpace-client/packages/shared/components/scrollbar
2024-05-28 11:24:13 +02:00
..
custom-scrollbar Shared:Scrollbar: fix ssr render 2024-05-21 18:22:24 +03:00
sub-components Shared: Selector: Fix scrolled content after changing tab 2024-05-28 11:24:13 +02:00
index.tsx Client: VersionHistory: UploadPanel: Add scroll autofocus in version history and upload panel 2024-05-23 18:41:46 +02:00
README.md Shared: refactoring and apply code guide style 2023-12-05 19:52:30 +03:00
Scrollbar.enums.ts Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
scrollbar.stories.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
Scrollbar.styled.ts Shared: Scrollbar: Set cursor default to scroll thumbs 2024-05-21 17:47:32 +02:00
scrollbar.test.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
Scrollbar.tsx Shared: Scrollbar: Add ability to focus scroll body element after first scroll render 2024-05-23 16:06:16 +02:00
Scrollbar.types.ts Shared: Selector: Fix scrolled content after changing tab 2024-05-28 11:24:13 +02:00

Scrollbar

Scrollbar is used for displaying custom scrollbar

Usage

import {Scrollbar} from "@docspace/shared/components";
<Scrollbar>Some content</Scrollbar>

Properties

Props Type Required Values Default Description
className string - - - Accepts class
id string - - - Accepts id
style obj, array - - - Accepts css style
stype string smallWhite, smallBlack, preMediumBlack, mediumBlack smallBlack Scrollbar style type