DocSpace-client/packages/shared/components/scrollbar
2024-02-05 14:20:42 +03:00
..
custom-scrollbar Shared:Components:Scrollbar: fix custom scrollbar storybook 2024-02-05 14:20:42 +03:00
sub-components Shared:Components:Selector: rewrite to typescript 2023-12-18 15:54:03 +03:00
index.tsx Shared:Components:Selector: rewrite to typescript 2023-12-18 15:54:03 +03:00
README.md
Scrollbar.enums.ts
scrollbar.stories.tsx
Scrollbar.styled.ts Shared: move custom-scrollbar from utils to scrollbar component 2024-02-05 13:49:14 +03:00
scrollbar.test.tsx Shared:Components:Table\ColorTheme: rewrite to typescript 2023-12-20 12:14:18 +03:00
Scrollbar.tsx Fix scrollbar after test 2023-12-14 13:05:27 +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