Draft TextInput widget structure
Also started a `todos` example to showcase it!
This commit is contained in:
parent
85916c9e87
commit
63cd0fd8eb
11 changed files with 372 additions and 25 deletions
|
|
@ -17,18 +17,18 @@ pub mod button;
|
|||
pub mod scrollable;
|
||||
pub mod slider;
|
||||
pub mod text;
|
||||
pub mod text_input;
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use button::Button;
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use slider::Slider;
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use text::Text;
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use scrollable::Scrollable;
|
||||
#[doc(no_inline)]
|
||||
pub use slider::Slider;
|
||||
#[doc(no_inline)]
|
||||
pub use text::Text;
|
||||
#[doc(no_inline)]
|
||||
pub use text_input::TextInput;
|
||||
|
||||
pub use checkbox::Checkbox;
|
||||
pub use column::Column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue