zed/crates/ui2/src
Nate Butler 85d72f63c1
Add Tinted button style placeholder and document ButtonLike (#3476)
- Adds a placeholder `ButtonStyle::Tinted`.
  - Note: Using this now will just give you a block of `gpui::red()`
- Documents ButtonLike and ButtonStyle to hopefully help make choosing a
button style easier.

Release Notes:

- N/A
2023-12-01 12:18:35 -05:00
..
components Add Tinted button style placeholder and document ButtonLike (#3476) 2023-12-01 12:18:35 -05:00
styles
utils
clickable.rs
components.rs Rename menu_handle to right_click_menu and child to trigger 2023-11-30 16:39:43 -07:00
disableable.rs
fixed.rs
prelude.rs Add new Button and IconButton components (#3448) 2023-11-29 17:41:44 -05:00
selectable.rs Implement Selectable for buttons (#3451) 2023-11-29 18:46:41 -05:00
styled_ext.rs
styles.rs
ui2.rs Implement Selectable for ListItem and ListHeader 2023-11-30 13:26:12 -05:00
utils.rs