Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@eclipse-cdt-cloud/vscode-ui-components

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-cdt-cloud/vscode-ui-components

UI Components for Visual Studio Code Extensions

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
178
9.2%
Maintainers
3
Weekly downloads
 
Created
Source

UI Components for Visual Studio Code Extensions

This is a UI component library for developing WebViews in Visual Studio Code extensions.

Project Structure

src/
│── base/           # Shared functionality
│── vscode/         # VS Code specific functionality

├── <component>/
│   ├── browser/    # React specific code
│   ├── common/     # Shared code between browser and VS Code
│   ├── vscode/     # VS Code integration (converters, webview providers, etc.)

├── <component>/
│   ├── *.tsx       # Components without VS Code integration

Installation

npm install @eclipse-cdt-cloud/vscode-ui-components

Components

  • Tree: A component that combines tree structure functionality with table capabilities.

For usage information, refer to the component's README.

Contributing

We welcome contributions on GitHub. Check our contribution guidelines for more info. This open-source project is part of Eclipse CDT Cloud.

Trademarks

Visual Studio Code, VS Code, and the Visual Studio Code icon are trademarks of Microsoft Corporation. All rights reserved.
Eclipse, CDT, and CDT.cloud are trademarks of Eclipse Foundation, Inc.

FAQs

Package last updated on 31 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts