mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-01 14:19:40 +08:00
feat(component, mobile): masonry layout with virtual scroll support, adapted with all docs (#9208)
### Preview  ### Render when scrolling  ### api ```tsx const items = useMemo(() => { return { id: '', height: 100, children: <div></div> } }, []) <Masonry items={items} /> ```
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from './masonry';
|
||||
Reference in New Issue
Block a user