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 Web: Components/Common: fix imports 2021-02-26 00:19:45 +03:00
row-container.stories.js Web: COmponents: added story for RowContainer 2021-03-10 13:44:54 +03:00
row-container.test.js Web: Components: RowContainer: Fixed context-menu call on window, removed unused test 2021-03-16 16:47:16 +03:00
styled-row-container.js Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00

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