[PR #126] [MERGED] feat(react): add scroll component #307

Closed
opened 2026-03-02 23:45:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/126
Author: @msmps
Created: 9/2/2025
Status: Merged
Merged: 9/2/2025
Merged by: @msmps

Base: mainHead: feat/react-scroll-20250902213506


📝 Commits (2)

  • d0bd1d6 feat(react): add scroll component
  • 7c7d631 fix: resolve type issues

📊 Changes

6 files changed (+62 additions, -2 deletions)

View changed files

📝 packages/core/src/renderables/ScrollBox.ts (+1 -1)
📝 packages/core/src/renderables/index.ts (+2 -0)
packages/react/examples/scroll.tsx (+47 -0)
📝 packages/react/jsx-namespace.d.ts (+4 -1)
📝 packages/react/src/components/index.ts (+2 -0)
📝 packages/react/src/types/components.ts (+6 -0)

📄 Description

Description

  • adds the new scroll component to the react library

Notes

  • this is a work in progress; properties will not reactively update (working on this)

🔄 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/126 **Author:** [@msmps](https://github.com/msmps) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/2/2025 **Merged by:** [@msmps](https://github.com/msmps) **Base:** `main` ← **Head:** `feat/react-scroll-20250902213506` --- ### 📝 Commits (2) - [`d0bd1d6`](https://github.com/anomalyco/opentui/commit/d0bd1d6367bd4dfe60856a3985fe8e4d1e332895) feat(react): add scroll component - [`7c7d631`](https://github.com/anomalyco/opentui/commit/7c7d63181c5b38a786ad60f9b8833e8499de5e05) fix: resolve type issues ### 📊 Changes **6 files changed** (+62 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/renderables/ScrollBox.ts` (+1 -1) 📝 `packages/core/src/renderables/index.ts` (+2 -0) ➕ `packages/react/examples/scroll.tsx` (+47 -0) 📝 `packages/react/jsx-namespace.d.ts` (+4 -1) 📝 `packages/react/src/components/index.ts` (+2 -0) 📝 `packages/react/src/types/components.ts` (+6 -0) </details> ### 📄 Description ## Description - adds the new scroll component to the react library ## Notes - this is a work in progress; properties will not reactively update (_**working on this**_) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:45:53 +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#307
No description provided.