web: Components: Fixed Scrollbar component readme

This commit is contained in:
Ilya Oleshko 2019-11-21 16:28:53 +03:00
parent 9e1077d1b8
commit 522a16f998

View File

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