[PR #124] [MERGED] Feat: extend for vue #1091

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/124
Author: @bhushan6
Created: 9/2/2025
Status: Merged
Merged: 9/3/2025
Merged by: @kommander

Base: mainHead: feat/extend


📝 Commits (3)

📊 Changes

9 files changed (+243 additions, -24 deletions)

View changed files

📝 packages/vue/README.md (+116 -2)
📝 packages/vue/example/App.vue (+3 -0)
packages/vue/example/CustomButtonRenderable.ts (+31 -0)
packages/vue/example/ExtendExample.vue (+13 -0)
📝 packages/vue/example/main.ts (+4 -0)
📝 packages/vue/index.ts (+1 -0)
📝 packages/vue/scripts/build-examples.ts (+1 -1)
packages/vue/src/extend.ts (+6 -0)
📝 packages/vue/types/opentui.d.ts (+68 -21)

📄 Description

Adds extend feature for vue renderer with example and doc.


🔄 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/124 **Author:** [@bhushan6](https://github.com/bhushan6) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/3/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `feat/extend` --- ### 📝 Commits (3) - [`63dd1d3`](https://github.com/anomalyco/opentui/commit/63dd1d38cb8110630369505b8dbce1fde33d0541) adds : extend feature - [`659bc42`](https://github.com/anomalyco/opentui/commit/659bc42ecbc1460e20b3e0d8e3187bc75a45cb93) fixes : code style issue - [`589abc3`](https://github.com/anomalyco/opentui/commit/589abc30148bfb2854e22922a8389196aed8b750) updates : read me ### 📊 Changes **9 files changed** (+243 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `packages/vue/README.md` (+116 -2) 📝 `packages/vue/example/App.vue` (+3 -0) ➕ `packages/vue/example/CustomButtonRenderable.ts` (+31 -0) ➕ `packages/vue/example/ExtendExample.vue` (+13 -0) 📝 `packages/vue/example/main.ts` (+4 -0) 📝 `packages/vue/index.ts` (+1 -0) 📝 `packages/vue/scripts/build-examples.ts` (+1 -1) ➕ `packages/vue/src/extend.ts` (+6 -0) 📝 `packages/vue/types/opentui.d.ts` (+68 -21) </details> ### 📄 Description Adds extend feature for vue renderer with example and doc. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:17:49 +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#1091
No description provided.