gpui-component/docs
Jason Lee 2727a65494
resizable: Simplify Resizable API. (#1459)
- Added `on_resize` callback method to `ResizabelPanelGroup`.

## Break Changes

- Remove `state` argument from `h_resizable`, `v_resizable` method.

```diff
- v_resizable("resizable-1", state)
+ v_resizable("resizable-1")
```

- Removed `group` method from `ResizabelPanelGroup`, use `child`
instead.

```diff
- v_resizable(..).group(..)
+ v_resizable(..).child(..)
```
2025-10-29 23:01:05 +08:00
..
.vitepress docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
data docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
docs resizable: Simplify Resizable API. (#1459) 2025-10-29 23:01:05 +08:00
public docs: Update dark theme logo. (#1412) 2025-10-22 22:09:30 +08:00
src docs: Switch to use VitePress. (#1405) 2025-10-21 15:18:41 +08:00
.gitignore docs: Switch to use VitePress. (#1405) 2025-10-21 15:18:41 +08:00
bun.lock docs: Switch to use VitePress. (#1405) 2025-10-21 15:18:41 +08:00
contributors.md docs: Update docs links. 2025-10-22 22:27:49 +08:00
contributors.vue docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
index.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
index.vue docs: Update from 40+ to 60+ components. 2025-10-24 13:25:31 +08:00
package.json docs: Switch to use VitePress. (#1405) 2025-10-21 15:18:41 +08:00
postcss.config.mjs docs: Switch to use VitePress. (#1405) 2025-10-21 15:18:41 +08:00