DocSpace-buildtools/web/ASC.Web.Components/src/components/row-container/README.md

26 lines
723 B
Markdown
Raw Normal View History

# RowContainer
## Usage
```js
import { RowContainer } from 'asc-web-components';
```
#### Description
Container for rows
#### Usage
```js
<RowContainer manualHeight='500px'>
{children}
</RowContainer>
```
#### Properties
| Props | Type | Required | Values | Default | Description |
| ---------------- | ---------- | :------: | ------ | ------- | --------------------------------------------------------- |
| `manualHeight` | `string` | - | | - | |
| `itemHeight` | `number` | - | | 50 | |