DocSpace-buildtools/packages/asc-web-common/components/Loaders/HistoryRowsLoader/README.md
2021-02-26 00:19:45 +03:00

27 lines
1.4 KiB
Markdown

# History Rows Loader
Component that displays rows loader for VersionHistory page
### Usage
```js
import Loaders from "@appserver/common/components/Loaders";
```
```jsx
<Loaders.HistoryRows />
```
### Properties
| Props | Type | Required | Values | Default | Description |
| ------------------- | :------: | :------: | :----: | :-------: | ------------------------------------------------ |
| `title` | `string` | - | - | `` | It's used to describe what element it is. |
| `borderRadius` | `string` | - | - | `3` | Sets the corners rounding |
| `backgroundColor` | `string` | - | - | `#000000` | Used as background of animation |
| `foregroundColor` | `string` | - | - | `#000000` | Used as the foreground of animation |
| `backgroundOpacity` | `number` | - | - | 0.2 | Background opacity (0 = transparent, 1 = opaque) |
| `foregroundOpacity` | `number` | - | - | 0.25 | Animation opacity (0 = transparent, 1 = opaque) |
| `speed` | `number` | - | - | 2 | Animation speed in seconds |
| `animate` | `bool` | - | - | true | Opt-out of animations |