elements
elements copied to clipboard
Web component library for developing Visual Studio Code extensions


Use themed scrollbar instead of the native one within the select dropdown. 

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) | [](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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...