DocSpace-client/web/ASC.Web.Storybook/stories/scrollbar/README.md

19 lines
576 B
Markdown
Raw Normal View History

# Scrollbar
#### Description
Scrollbar is used for displaying custom scroollbar
#### Usage
```js
import { Scrollbar } from 'asc-web-components';
<Scrollbar>Some content</Scrollbar>
```
#### Properties
| Props | Type | Required | Values | Default | Description |
| ---------- | ----------- | :------: | ----------------------------------------- | ------------ | --------------------- |
| `stype` | `string` | | `smallWhite`, `smallBlack`, `mediumBlack` | `smallBlack` | Scroollbar style type |