gpui-component/crates/story/examples
Jason Lee e75c37a1ac
chore: Update List, Tree, Kbd exports. (#1467)
## Break Change

- Removed `Kbd` from root export, use `gpui_component::kbd::Kbd`
instead.
- Removed `List` from root export, use `gpui_component::list::*`
instead.
- Removed `Tree` from root export, use `gpui_component::tree:*` instead.
2025-10-30 07:19:39 +00:00
..
fixtures editor: Add document_colors LSP. (#1329) 2025-10-06 18:08:12 +08:00
brush.rs story: Add interactive brush drawing canvas (#1370) 2025-10-15 15:27:59 +08:00
dock.rs chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
editor.rs chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
html.rs resizable: Simplify Resizable API. (#1459) 2025-10-29 23:01:05 +08:00
large-text.rs chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
markdown.rs resizable: Simplify Resizable API. (#1459) 2025-10-29 23:01:05 +08:00
tiles.rs chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
webview.rs chore: Fix webview example (#1360) 2025-10-13 10:10:35 +08:00