DocSpace-client/packages/shared/components/scrollbar
2024-03-12 19:22:01 +03:00
..
custom-scrollbar Shared:Components:Scrollbar: remove throw error 2024-02-05 15:56:38 +03:00
sub-components Shared:Components:Scrollbar: fix after merge 2024-02-14 11:02:07 +03:00
index.tsx Shared:Components:Scrollbar: fix after merge 2024-02-14 11:02:07 +03:00
README.md Shared: refactoring and apply code guide style 2023-12-05 19:52:30 +03:00
Scrollbar.enums.ts Shared:Components:Scrollbar: rewrite to typescript 2023-11-24 13:58:56 +03:00
scrollbar.stories.tsx Fix after merge 'develop' 2023-12-14 13:02:52 +03:00
Scrollbar.styled.ts Web:Shared:ContextMenu:Fixed hover styles in the context menu when it has a scroll. The hover effect strip did not reach the end of the modal on the right side. 2024-03-12 19:22:01 +03:00
scrollbar.test.tsx Shared:Components:Table\ColorTheme: rewrite to typescript 2023-12-20 12:14:18 +03:00
Scrollbar.tsx Merge branch 'bugfix/selectors' into feature/editor-nextjs 2024-02-13 14:49:46 +03:00
Scrollbar.types.ts Web: Components: textarea: heightTextArea prop was cast to string 2024-01-30 13:19:50 +05: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