egui_chip: compact component to display tags, selections, or actions
Features
- Customizable options for appearance
- Supports moving from one chip to another
- Supports deleting chip with delete or backspace keys
- Integration with the
eguiframework
Example
use ChipEditBuilder;
let chip_edit = new
.unwrap
.frame
.texts
.build;
Sample app
cargo run --example simple