·gpui-element
*

gpui-element

longbridge/gpui-component

GPUI の低レベルの Element API (高レベルの Render/RenderOnce API ではなく) を使用してカスタム要素を実装します。 Render/RenderOnce トレイトでは実現できない、パフォーマンスが重要な複雑なカスタム UI コンポーネントのレイアウト、プリペイント、およびペイントのフェーズを最大限に制御する必要がある場合に使用します。

55インストール·1トレンド·@longbridge

インストール

$npx skills add https://github.com/longbridge/gpui-component --skill gpui-element

SKILL.md

Prefer Render/RenderOnce for: Simple components, standard layouts, declarative UI

The Element trait provides direct control over three rendering phases:

State flows in one direction through associated types, passed as mutable references between phases.

GPUI の低レベルの Element API (高レベルの Render/RenderOnce API ではなく) を使用してカスタム要素を実装します。 Render/RenderOnce トレイトでは実現できない、パフォーマンスが重要な複雑なカスタム UI コンポーネントのレイアウト、プリペイント、およびペイントのフェーズを最大限に制御する必要がある場合に使用します。 ソース: longbridge/gpui-component。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/longbridge/gpui-component --skill gpui-element
カテゴリ
*クリエイティブ
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

gpui-element とは?

GPUI の低レベルの Element API (高レベルの Render/RenderOnce API ではなく) を使用してカスタム要素を実装します。 Render/RenderOnce トレイトでは実現できない、パフォーマンスが重要な複雑なカスタム UI コンポーネントのレイアウト、プリペイント、およびペイントのフェーズを最大限に制御する必要がある場合に使用します。 ソース: longbridge/gpui-component。

gpui-element のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/longbridge/gpui-component --skill gpui-element インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/longbridge/gpui-component