mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #113] [MERGED] feat(solid): add extend ability to align with @opentui/react #1080
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1080
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/113
Author: @msmps
Created: 8/31/2025
Status: ✅ Merged
Merged: 9/1/2025
Merged by: @msmps
Base:
main← Head:feat/extend-components-solid-20250831175957📝 Commits (3)
5fd0294feat(solid): add extend ability to align with @opentui/react57bb6c3chore: update jsx namespace1afd5a5Merge remote-tracking branch 'upstream/main' into feat/extend-components-solid-20250831175957📊 Changes
9 files changed (+275 additions, -107 deletions)
View changed files
📝
packages/solid/examples/components/ExampleSelector.tsx(+9 -0)➕
packages/solid/examples/components/extend-demo.tsx(+63 -0)📝
packages/solid/examples/components/text-selection-demo.tsx(+2 -2)📝
packages/solid/index.ts(+1 -0)📝
packages/solid/jsx-runtime.d.ts(+17 -15)📝
packages/solid/src/elements/index.ts(+25 -86)📝
packages/solid/src/reconciler.ts(+10 -4)➕
packages/solid/src/types/elements.ts(+147 -0)📝
packages/solid/tsconfig.json(+1 -0)📄 Description
Description
@opentui/reactand allow renderable extension with theextendmethod🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.