DocSpace-buildtools/web/ASC.Web.Storybook/stories/scrollbar/README.md
2019-07-29 19:42:44 +03:00

19 lines
594 B
Markdown

# 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`, `preMediumBlack`, `mediumBlack` | `smallBlack` | Scroollbar style type |