lapce / floem

A native Rust UI library with fine-grained reactivity
https://lap.dev/floem/
MIT License
3.06k stars 133 forks source link

add enum example to dropdown menu #689

Closed MightyBurger closed 1 week ago

MightyBurger commented 1 week ago

See previous PR: https://github.com/lapce/floem/pull/621

My timing with the last PR was unfortunate, since it conflicted with new changes. I thought it'd be cleaner to start from a new branch, hence the new PR.

This PR adds this section to the dropdown docs:

image

This PR also fixes an incorrect function name and fixes some inconsistent grammar.

jrmoulton commented 1 week ago

Thanks! This looks great.