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
- Remove unused PaneState type from types and exports
- Extract cn() utility for className combination (reduces duplication)
- Add comprehensive tests for usePersistence hook (12 new tests)
- Add SSR safety check to announce() function
- Document Escape key in README keyboard navigation
- Move Tailwind/shadcn section to separate TAILWIND.md file
- Refactor useResizer to avoid state-during-render pattern (React 19 compatible)
Closes#858
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+2-106Lines changed: 2 additions & 106 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,7 @@ The divider is fully keyboard accessible:
200
200
-**Shift + Arrow**: Resize by larger step (default: 50px)
201
201
-**Home**: Minimize left/top pane
202
202
-**End**: Maximize left/top pane
203
+
-**Escape**: Restore pane sizes to initial state
203
204
-**Tab**: Navigate between dividers
204
205
205
206
## API Reference
@@ -342,112 +343,7 @@ A subtle single-pixel divider:
342
343
343
344
## Tailwind CSS & shadcn/ui
344
345
345
-
React Split Pane works seamlessly with Tailwind CSS and shadcn/ui. The component uses plain CSS and inline styles (no CSS-in-JS), so there are no conflicts with utility-first frameworks.
346
-
347
-
### Using Tailwind Classes
348
-
349
-
Apply Tailwind classes directly via `className` props. Skip importing the default stylesheet for full Tailwind control:
React Split Pane works seamlessly with Tailwind CSS and shadcn/ui. See [TAILWIND.md](./TAILWIND.md) for detailed integration examples including custom dividers and CSS variable overrides.
React Split Pane works seamlessly with Tailwind CSS and shadcn/ui. The component uses plain CSS and inline styles (no CSS-in-JS), so there are no conflicts with utility-first frameworks.
4
+
5
+
## Using Tailwind Classes
6
+
7
+
Apply Tailwind classes directly via `className` props. Skip importing the default stylesheet for full Tailwind control:
0 commit comments