[PR #132] [MERGED] Add ScrollBox to SolidJs #1092

Closed
opened 2026-03-14 09:18:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/132
Author: @Adictya
Created: 9/3/2025
Status: Merged
Merged: 9/3/2025
Merged by: @Adictya

Base: mainHead: add-scroll-to-solid


📝 Commits (4)

  • 941eb1b fix: add scroll bar to solid elements
  • b111a45 fix: rename useKeyHandler to useKeyboard
  • eed5b12 fix: add deprecated compat for useKeyHandler
  • c7abbed chore prettier

📊 Changes

6 files changed (+69 additions, -5 deletions)

View changed files

📝 packages/solid/examples/components/ExampleSelector.tsx (+11 -2)
packages/solid/examples/components/scroll-demo.tsx (+42 -0)
📝 packages/solid/examples/components/tab-select-demo.tsx (+2 -2)
📝 packages/solid/src/elements/hooks.ts (+6 -1)
📝 packages/solid/src/elements/index.ts (+2 -0)
📝 packages/solid/src/types/elements.ts (+6 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/132 **Author:** [@Adictya](https://github.com/Adictya) **Created:** 9/3/2025 **Status:** ✅ Merged **Merged:** 9/3/2025 **Merged by:** [@Adictya](https://github.com/Adictya) **Base:** `main` ← **Head:** `add-scroll-to-solid` --- ### 📝 Commits (4) - [`941eb1b`](https://github.com/anomalyco/opentui/commit/941eb1b98b2d6aa6d266406b2b9ef82464824506) fix: add scroll bar to solid elements - [`b111a45`](https://github.com/anomalyco/opentui/commit/b111a45f50ae2750e23da5958661e2c610c296bb) fix: rename useKeyHandler to useKeyboard - [`eed5b12`](https://github.com/anomalyco/opentui/commit/eed5b1261d5f77fbc33033a69a722216bdcb26cd) fix: add deprecated compat for useKeyHandler - [`c7abbed`](https://github.com/anomalyco/opentui/commit/c7abbedf3c1783ac571d866a5e9cd4c467c4cf71) chore prettier ### 📊 Changes **6 files changed** (+69 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/solid/examples/components/ExampleSelector.tsx` (+11 -2) ➕ `packages/solid/examples/components/scroll-demo.tsx` (+42 -0) 📝 `packages/solid/examples/components/tab-select-demo.tsx` (+2 -2) 📝 `packages/solid/src/elements/hooks.ts` (+6 -1) 📝 `packages/solid/src/elements/index.ts` (+2 -0) 📝 `packages/solid/src/types/elements.ts` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:18:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#1092
No description provided.