DocSpace-buildtools/web/ASC.Web.Components/src/components/row-container
2020-02-12 14:19:41 +03:00
..
index.js Web: Components: removed margin from row-container 2020-02-12 14:19:41 +03:00
README.md web: Components: Added id, className and style property for RowContainer component. Added tests. 2019-12-03 15:54:46 +03:00
row-container.stories.js 1. Web.Components: Text: change proptype fontSize from [number, string] to string. Applied to other components. 2019-12-10 17:12:38 +03:00
row-container.test.js web: Components: Added id, className and style property for RowContainer component. Added tests. 2019-12-03 15:54:46 +03:00

RowContainer

Container for Row component

Usage

import { RowContainer } from "asc-web-components";
<RowContainer manualHeight="500px">{children}</RowContainer>

Properties

Props Type Required Values Default Description
className string - - - Accepts class
id string - - rowContainer Accepts id
itemHeight number - - 50 Height of one Row element. Required for scroll to work properly
manualHeight string - - - Allows you to set fixed block height for Row
style obj, array - - - Accepts css style
useReactWindow bool - - true Use react-window for efficiently rendering large lists