gpui-component/crates/story
Jason Lee c4331c9419
tab: Improve TabBar API. (#678)
- Fixed scroll support for TabBar.
- Remove `id` argument from Tab, it will set from TabBar iter.
- Add `id` to TabBar to ensure scroll_handle state will store correct.
- Update `label` argument of Tab, to use `impl Into<SharedString>` type
for better use.
- Added `child` to Tab for render custom element as label.
2025-03-03 19:48:28 +08:00
..
examples tab: Add Pill, Segmented, Underline style Tab and complete the Tab API. (#676) 2025-03-03 17:09:52 +08:00
src tab: Improve TabBar API. (#678) 2025-03-03 19:48:28 +08:00
Cargo.toml webview: Let webview as a feature and not default enable. (#648) 2025-02-24 14:24:22 +08:00