0.0.1 • Published 6 months ago

@eclipse-cdt-cloud/vscode-ui-components v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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.