This is a UI component library for developing WebViews in Visual Studio Code extensions.
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
npm install @eclipse-cdt-cloud/vscode-ui-components
- Tree: A component that combines tree structure functionality with table capabilities.
For usage information, refer to the component's README.
We welcome contributions on GitHub. Check our contribution guidelines for more info. This open-source project is part of Eclipse CDT Cloud.
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.