microsoft / vscode-webview-ui-toolkit

A component library for building webview-based extensions in Visual Studio Code.
MIT License
2k stars 137 forks source link

Feature Request: sash #534

Closed mitsuruog closed 1 month ago

mitsuruog commented 10 months ago

Feature request

It would be great if this toolkit provided a sash based on the VS Code sash.

Expected behavior

As the user clicks and moves the boundary of the sash, the area of the divided screen changes. It is good to be able to pass an initial percentage of the initial split as an initial value.

For reference.

https://split.js.org/

Current behavior

The toolkit doesn't provide the component. we need to implement it and it would be hard to adjust the theme that is provided by vscode.

Use case

This is used when users want to split the screen in WebView。

Screenshots/references

スクリーンショット 2023-12-07 10 34 55
hawkticehurst commented 1 month ago

Hi @mitsuruog,

I'm very sorry to say that the toolkit is being deprecated and all active development will be coming to a close.

There was an announcement last week where you can learn more details and leave any questions or comments you may have.

Beyond that, thank you so much filing this issue and apologies for never getting around to addressing it. It means a lot that you contributed to the improvement of this project. I wish you all the best in your future VS Code extension endeavors!