elements
elements copied to clipboard
Web component library for developing Visual Studio Code extensions
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 
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
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...
https://developer.mozilla.org/en-US/blog/html-details-exclusive-accordions/
Hi, i would like to generate a custome context menue on Item of Tree.  Is there a way to archive this? Thanks in advance! Kind regards, David
```typescript declare global { namespace JSX { interface IntrinsicElements { "my-element": any; } } } ```
Add `alwaysShowHeaderActions` property to Collapsible so the component can reflect to `workbench.view.alwaysShowHeaderActions` setting.
The description should be visible only when the Collapsible is opened.