elements icon indicating copy to clipboard operation
elements copied to clipboard

Web component library for developing Visual Studio Code extensions

Results 81 elements issues
Sort by recently updated
recently updated
newest added

I created a React implementation of this lib (still WIP) https://github.com/jonit-dev/vscode-extension-react-webview-boilerplate Together with a boilerplate + hot reload enjoy ![image](https://github.com/user-attachments/assets/434664d7-6fca-4e94-a4ba-a62c0e0df425)

While the React integration is released, is there a plan to make a Vue wrapper? If so, would like to help:)

Example: https://opensource.adobe.com/spectrum-web-components/storybook/index.html?path=/story/split-view--horizontal-resizable-collapsible

enhancement

For the combo box option, is it possible to enforce the entered value must match a provided value when using the native form validation. Also, is it possible to get...

enhancement

https://developer.mozilla.org/en-US/blog/html-details-exclusive-accordions/

enhancement

Hi, i would like to generate a custome context menue on Item of Tree. ![image](https://github.com/user-attachments/assets/b15bfc0c-d37c-4a39-8611-f84e4312d4a7) Is there a way to archive this? Thanks in advance! Kind regards, David

```typescript declare global { namespace JSX { interface IntrinsicElements { "my-element": any; } } } ```

enhancement

Add `alwaysShowHeaderActions` property to Collapsible so the component can reflect to `workbench.view.alwaysShowHeaderActions` setting.

enhancement

The description should be visible only when the Collapsible is opened.

bug