linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.44k stars 569 forks source link

Docs? #2370

Closed f1am3d closed 1 year ago

f1am3d commented 1 year ago

Where are the docs for available widgets and other entities? Or I should guess?

image

jaredoconnell commented 1 year ago

I typically look at the docs for the widget module: https://docs.rs/druid/latest/druid/widget/index.html Does that help?

f1am3d commented 1 year ago

Yes, that is better, thank you.