You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-:label: add ScrollSync types for component props and structure ([6e61d98](https://github.com/dorixdev/scroll-sync/commit/6e61d9893eca66ffe9ef190fefa00bd26300694c))
6
-
-:sparkles: add scrollToSectionView utility function for smooth scrolling ([17aeef9](https://github.com/dorixdev/scroll-sync/commit/17aeef9fb5a75306addecd62ca11cce54a090e44))
7
-
-:sparkles: implement ScrollSync component with navigation and content sections ([7a95d63](https://github.com/dorixdev/scroll-sync/commit/7a95d63acfc1bececa19a2b327eab8737b2ad668))
8
-
-:sparkles: implement useScrollSyncObserver hook for synchronized scrolling behavior ([30ec6db](https://github.com/dorixdev/scroll-sync/commit/30ec6dbcf564c81561ff98109a10390da0875287))
5
+
-:sparkles: add types for DualScrollSync component ([f255dc0](https://github.com/dorixdev/react-dual-scroll-sync/commit/f255dc05612997a65ef9b4ea86b64112c66b0bab))
6
+
-:sparkles: implement DualScrollSync component and update exports ([60f1fd7](https://github.com/dorixdev/react-dual-scroll-sync/commit/60f1fd732b06f1b740c7378e7670ed379b76c641))
7
+
-:sparkles: rename useScrollSyncObserver to useDualScrollSyncObserver and update export ([da4e3f1](https://github.com/dorixdev/react-dual-scroll-sync/commit/da4e3f10f33ab81c7afa109a8a584b5e5d23a9c1))
9
8
10
9
### 📝 Documentation
11
10
12
-
-:memo: add documentation and stories for ScrollSync component ([79ace88](https://github.com/dorixdev/scroll-sync/commit/79ace888bbbdf6ed7d5c726d2a1793d0ea35d1c6))
13
-
-:memo: add README.md with project description, features, installation, and usage examples ([f28b6e4](https://github.com/dorixdev/scroll-sync/commit/f28b6e40880f6a668fe926935ac1c7189135372e))
11
+
-:sparkles: add documentation and stories for DualScrollSync component ([8044096](https://github.com/dorixdev/react-dual-scroll-sync/commit/8044096e60cb25a1a951c52cb2f569cbf3032cc2))
12
+
13
+
### ✅ Tests
14
+
15
+
-:white_check_mark: add tests for DualScrollSync component and its hooks ([6969b8d](https://github.com/dorixdev/react-dual-scroll-sync/commit/6969b8dc03e5aa390ef8e51301e87f0ce6360ea7))
-:label: add ScrollSync types for component props and structure ([6e61d98](https://github.com/dorixdev/react-dual-scroll-sync/commit/6e61d9893eca66ffe9ef190fefa00bd26300694c))
22
+
-:sparkles: add scrollToSectionView utility function for smooth scrolling ([17aeef9](https://github.com/dorixdev/react-dual-scroll-sync/commit/17aeef9fb5a75306addecd62ca11cce54a090e44))
23
+
-:sparkles: implement ScrollSync component with navigation and content sections ([7a95d63](https://github.com/dorixdev/react-dual-scroll-sync/commit/7a95d63acfc1bececa19a2b327eab8737b2ad668))
24
+
-:sparkles: implement useScrollSyncObserver hook for synchronized scrolling behavior ([30ec6db](https://github.com/dorixdev/react-dual-scroll-sync/commit/30ec6dbcf564c81561ff98109a10390da0875287))
25
+
26
+
### 📝 Documentation
27
+
28
+
-:memo: add documentation and stories for ScrollSync component ([79ace88](https://github.com/dorixdev/react-dual-scroll-sync/commit/79ace888bbbdf6ed7d5c726d2a1793d0ea35d1c6))
29
+
-:memo: add README.md with project description, features, installation, and usage examples ([f28b6e4](https://github.com/dorixdev/react-dual-scroll-sync/commit/f28b6e40880f6a668fe926935ac1c7189135372e))
14
30
15
31
### 🎨 Styles & Theming
16
32
17
-
-:lipstick: add SCSS styles and tokens for ScrollSync component ([a3fbd5a](https://github.com/dorixdev/scroll-sync/commit/a3fbd5acca700fb3f2d81d7c25d13a32f550bb99))
33
+
-:lipstick: add SCSS styles and tokens for ScrollSync component ([a3fbd5a](https://github.com/dorixdev/react-dual-scroll-sync/commit/a3fbd5acca700fb3f2d81d7c25d13a32f550bb99))
18
34
19
35
### ✅ Tests
20
36
21
-
-:white_check_mark: add tests for ScrollSync component and utility functions ([5e503b0](https://github.com/dorixdev/scroll-sync/commit/5e503b00947951645a626e2311a7b30bf6c7c785))
37
+
-:white_check_mark: add tests for ScrollSync component and utility functions ([5e503b0](https://github.com/dorixdev/react-dual-scroll-sync/commit/5e503b00947951645a626e2311a7b30bf6c7c785))
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# @dorixdev/scroll-sync
1
+
# @dorixdev/react-dual-scroll-sync
2
2
3
3
A lightweight React library to synchronize a vertical navigation menu with scrollable content sections. Ideal for advanced catalogs, filter drawers, and any layout that needs a **sticky nav** that tracks the **visible section** and enables **smooth scroll**.
<Subtitle>Sync vertical navigation with scrollable content sections</Subtitle>
19
19
20
-
**ScrollSync** is a UI component that synchronizes a vertical navigation menu with scrollable content panels, ideal for advanced catalogs or complex filters.
20
+
**DualScrollSync** is a UI component that synchronizes a vertical navigation menu with scrollable content panels, ideal for advanced catalogs or complex filters.
0 commit comments