Module plaster::prelude

source ·
Expand description

The Yew Prelude

The purpose of this module is to alleviate imports of many common types:

use yew::prelude::*;

Re-exports

pub use html::ChangeData;
pub use html::Component;
pub use html::Href;
pub use html::Html;
pub use html::InputData;
pub use html::Renderable;
pub use html::ShouldRender;
pub use app::App;
pub use callback::Callback;

Structs

The DragEvent class.
The Event class.
The FocusEvent class.
The InputEvent class.
The KeyEvent class.
The KeyboardEvent class.
The MouseEvent class.
The MouseScrollEvent class.
The PointerEvent class.