floui 0.1.5

A SwiftUI inspired native wrapper for iOS and Android widgets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// Button, toggle, check
mod button;
pub use button::*;
/// Text and TextField
mod text;
pub use text::*;
/// MainView, vertical and horizontal stack views
mod stack;
pub use stack::*;
/// ScrollView, WebView, ImageView, Spacer, Slider
mod misc;
pub use misc::*;