Logo
Explore Help
Sign In
luulam/AFFiNE
1
0
Fork 0
You've already forked AFFiNE
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
d34c5c42efaee43ccedced07ef700c14ade284dd
AFFiNE/packages/frontend/component/src
History
CatsJuice 98e35384a6 feat(component): helper function observeResize to observe size change via global ResizeObserver (#7241)
```ts
import { observeResize } from "@affine/component";

useEffect(() => {
  const dispose = observeResize(element entry => {
    console.log(entry.contentRect);
  });

  return () => dispose();
}, []);
```
2024-06-19 09:04:56 +00:00
..
components
chore: bump up @blocksuite/icons version (#7233)
2024-06-18 17:07:11 +08:00
fonts
refactor(infra): directory structure (#4615)
2023-10-18 15:30:08 +00:00
lit-react
refactor(component): render react element into lit (#6124)
2024-03-18 07:04:02 +00:00
styles
refactor(core): remove all MUI related components and utilities (#4941)
2023-11-20 10:51:28 +08:00
theme
fix(component): retrieve lost scroll bars in editor (#6597)
2024-04-17 11:59:12 +00:00
ui
feat(component): helper function observeResize to observe size change via global ResizeObserver (#7241)
2024-06-19 09:04:56 +00:00
utils
feat(component): helper function observeResize to observe size change via global ResizeObserver (#7241)
2024-06-19 09:04:56 +00:00
index.ts
feat(component): helper function observeResize to observe size change via global ResizeObserver (#7241)
2024-06-19 09:04:56 +00:00
type.d.ts
refactor(infra): directory structure (#4615)
2023-10-18 15:30:08 +00:00
Powered by Gitea Version: 1.25.2 Page: 866ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API