add todo note

This commit is contained in:
griffi-gh 2024-03-07 01:19:45 +01:00
parent fb60c25385
commit 688bc6e489

View file

@ -16,4 +16,5 @@ pub mod text;
#[cfg(feature = "builtin_elements")] #[cfg(feature = "builtin_elements")]
pub mod transformer; pub mod transformer;
//TODO add: OverlayContainer (for simply laying multiple elements on top of each other)
//TODO add: Button, Checkbox, Dropdown, Input, Radio, Slider, Textarea, Toggle, etc. //TODO add: Button, Checkbox, Dropdown, Input, Radio, Slider, Textarea, Toggle, etc.