DocSpace-client/packages/components/row-container
2023-02-09 14:28:01 +03:00
..
index.js Web: Components: InfiniteLoader: removed useless selectedFolderId prop 2022-09-15 17:31:19 +03:00
README.md Web: Moved all clients app to packages directory 2022-07-22 22:01:25 +03:00
row-container.stories.js Web:Common/Client/Components: add PUBLIC_DIR alias 2023-01-27 17:08:30 +03:00
row-container.test.js Web: Moved all clients app to packages directory 2022-07-22 22:01:25 +03:00
styled-row-container.js Web: fix Safari selection 2023-02-09 14:28:01 +03:00

RowContainer

Container for Row component

Usage

import RowContainer from "@docspace/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