vscode-elements / elements

Web component library for developing Visual Studio Code extensions
https://vscode-elements.github.io
MIT License
156 stars 27 forks source link

Add List (Tree) component #152

Open bendera opened 2 months ago

bendera commented 2 months ago

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 using HTML code. This also provides the possibility to include any kind of HTML, whereas the Tree component can only be customized to a limited extent.