gpui-component/crates
Jason Lee 20926b7077
popover: Fix PopoverContent content build to use ViewContext<Self>. (#254)
And add popover self dismiss example.

## How to dismiss popover from inside.

```rs
cx.emit(DismissEvent);
```
2024-09-19 10:54:04 +08:00
..
app button: Improve ButtonGroup to add style, size methods. (#241) 2024-09-13 12:00:47 +08:00
story popover: Fix PopoverContent content build to use ViewContext<Self>. (#254) 2024-09-19 10:54:04 +08:00
ui popover: Fix PopoverContent content build to use ViewContext<Self>. (#254) 2024-09-19 10:54:04 +08:00
workspace Fix windows dependency only on Windows. 2024-09-09 22:40:54 +08:00