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

![image](https://github.com/user-attachments/assets/92b3cd21-8d9c-47e2-b307-c52d113077f9)

enhancement
good first issue

![image](https://github.com/user-attachments/assets/05727898-04b8-451e-bc33-469d7c313f87)

enhancement

Use themed scrollbar instead of the native one within the select dropdown. ![image](https://github.com/user-attachments/assets/5d945f76-9caa-4c76-b832-62e92949e4c4)

enhancement

![image](https://github.com/user-attachments/assets/677d0ba0-5372-4bd2-9877-cb4ab60dd34b)

enhancement
good first issue

The List component will replace the Tree component in the future. While the Tree component needs to be configured with a complex object, the List component can be fully described...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/vscode-elements/elements). ## Open The following updates have all...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`9.24.0` -> `9.25.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.24.0/9.25.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

```tsx function TextareaDemo () { const formRef = useRef(null); const handleSubmit = useCallback((e: React.FormEvent, formRef: React.RefObject) => { e.preventDefault(); e.stopPropagation(); if(!formRef.current?.checkValidity()) { return; } var formData = new FormData(formRef.current!); for(const...

How can I add rows to a table without to break the style? I have this table: ``` # Logic Levels Slack (ns) From Clock To Clock From To ```...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-lit](https://redirect.github.com/43081j/eslint-plugin-lit) | [`2.0.0` -> `2.1.1`](https://renovatebot.com/diffs/npm/eslint-plugin-lit/2.0.0/2.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-lit/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-lit/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...