Expand description
Yew web components, implementing Material Design.
This UI library is heavily inspired by material ui.
§Usage
Add this to Cargo.toml
:
[dependencies]
zu = "0.3"
Or using cargo add zu
command.
Modules§
ButtonBase
contains as few styles as possible.- Used as abstract component for Checkbox, Switch and Radio.
- The
TextField
is a convenience wrapper for the most common cases (80%). It cannot be all things to all people, otherwise the API would grow out of control.