Skip to content

eclipse-cdt-cloud/vscode-ui-components

Repository files navigation

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.

About

Shared UI Components for CDT Cloud VS Code extensions

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •