DocSpace-buildtools/packages/asc-web-components/row-container
2021-10-15 16:31:19 +05:00
..
index.js Web: Components: added onScroll in row container 2021-10-15 16:31:19 +05:00
README.md
row-container.stories.js
row-container.test.js
styled-row-container.js

RowContainer

Container for Row component

Usage

import RowContainer from "@appserver/components/row-container";
<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