[PR #268] [MERGED] feat: add new code + textarea components #1188

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/268
Author: @msmps
Created: 11/4/2025
Status: Merged
Merged: 11/5/2025
Merged by: @msmps

Base: mainHead: feat/add-new-components-20251104223013


📝 Commits (4)

  • 2e36d06 feat: add text area to react
  • 9cafd26 feat: add code component to react
  • 659dc4c fix: add non styled props to types
  • 2c4e29e chore: docs

📊 Changes

4 files changed (+90 additions, -1 deletions)

View changed files

📝 packages/react/README.md (+60 -0)
📝 packages/react/jsx-namespace.d.ts (+4 -0)
📝 packages/react/src/components/index.ts (+4 -0)
📝 packages/react/src/types/components.ts (+22 -1)

📄 Description

Description

  • added textarea component from core (might need some work)
  • added code component from core

🔄 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/268 **Author:** [@msmps](https://github.com/msmps) **Created:** 11/4/2025 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@msmps](https://github.com/msmps) **Base:** `main` ← **Head:** `feat/add-new-components-20251104223013` --- ### 📝 Commits (4) - [`2e36d06`](https://github.com/anomalyco/opentui/commit/2e36d0663e23460bf8a50a26b9e834fae983c684) feat: add text area to react - [`9cafd26`](https://github.com/anomalyco/opentui/commit/9cafd265b1c16a661895f7b19797be390cdd0e4e) feat: add code component to react - [`659dc4c`](https://github.com/anomalyco/opentui/commit/659dc4cdccff6bd4e341bb2dd4ed6cb927390a64) fix: add non styled props to types - [`2c4e29e`](https://github.com/anomalyco/opentui/commit/2c4e29edcf59412ceebec1ce6ed2cb9de27bc874) chore: docs ### 📊 Changes **4 files changed** (+90 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/react/README.md` (+60 -0) 📝 `packages/react/jsx-namespace.d.ts` (+4 -0) 📝 `packages/react/src/components/index.ts` (+4 -0) 📝 `packages/react/src/types/components.ts` (+22 -1) </details> ### 📄 Description ### Description - added textarea component from core (_might need some work_) - added code component from core --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:23:12 +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#1188
No description provided.