[PR #104] [MERGED] Feat: add vue composables #290

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/104
Author: @bhushan6
Created: 8/29/2025
Status: Merged
Merged: 8/31/2025
Merged by: @kommander

Base: mainHead: feat/vue-composables


📝 Commits (6)

  • 180cc75 feat(vue): Add composable hooks for keyboard, resize, and dimensions
  • a5a6dc4 fixes : example build script
  • 748614f updates : read me
  • 2324c04 fix : code style issue
  • ae9aca8 fixes : use terminal dimension
  • 4ca9d35 Merge branch 'main' into feat/vue-composables

📊 Changes

7 files changed (+128 additions, -1 deletions)

View changed files

📝 packages/vue/README.md (+70 -0)
📝 packages/vue/index.ts (+1 -1)
📝 packages/vue/scripts/build-examples.ts (+1 -0)
packages/vue/src/composables/index.ts (+4 -0)
packages/vue/src/composables/useKeyboard.ts (+16 -0)
packages/vue/src/composables/useOnResize.ts (+15 -0)
packages/vue/src/composables/useTerminalDimensions.ts (+21 -0)

📄 Description

  • Adds hooks
  • Fixes example build script, that does not bundles deps and only transpiles vue files into js
  • updates read me for new composable api 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/104 **Author:** [@bhushan6](https://github.com/bhushan6) **Created:** 8/29/2025 **Status:** ✅ Merged **Merged:** 8/31/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `feat/vue-composables` --- ### 📝 Commits (6) - [`180cc75`](https://github.com/anomalyco/opentui/commit/180cc7575900e43a2a64bdc4dd5825c3857885b8) feat(vue): Add composable hooks for keyboard, resize, and dimensions - [`a5a6dc4`](https://github.com/anomalyco/opentui/commit/a5a6dc4a74ae61be476c39141baaf455e74cd446) fixes : example build script - [`748614f`](https://github.com/anomalyco/opentui/commit/748614f3d35a96be30fc3849971c8cf0a200fb42) updates : read me - [`2324c04`](https://github.com/anomalyco/opentui/commit/2324c0419899141be09b546b5b7ede7922cc80a0) fix : code style issue - [`ae9aca8`](https://github.com/anomalyco/opentui/commit/ae9aca81c06025fb4d2ac7a0ce52d94f467d9f8c) fixes : use terminal dimension - [`4ca9d35`](https://github.com/anomalyco/opentui/commit/4ca9d35d4cf4c8789f633d7ff80db262cb5dfc89) Merge branch 'main' into feat/vue-composables ### 📊 Changes **7 files changed** (+128 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/vue/README.md` (+70 -0) 📝 `packages/vue/index.ts` (+1 -1) 📝 `packages/vue/scripts/build-examples.ts` (+1 -0) ➕ `packages/vue/src/composables/index.ts` (+4 -0) ➕ `packages/vue/src/composables/useKeyboard.ts` (+16 -0) ➕ `packages/vue/src/composables/useOnResize.ts` (+15 -0) ➕ `packages/vue/src/composables/useTerminalDimensions.ts` (+21 -0) </details> ### 📄 Description - Adds hooks - Fixes example build script, that does not bundles deps and only transpiles vue files into js - updates read me for new composable api doc --- <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:48 +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#290
No description provided.