UNPKG

@egjs/react-infinitegrid

Version:

A React component that can arrange items infinitely according to the type of grids

7 lines (6 loc) 237 B
export * from "./InfiniteGrid"; export * from "./grids/MasonryInfiniteGrid"; export * from "./grids/JustifiedInfiniteGrid"; export * from "./grids/FrameInfiniteGrid"; export * from "./grids/PackingInfiniteGrid"; export * from "./types";