MCPcopy Create free account
hub / github.com/angular-rust/yew-components / Drawer

Class Drawer

src/drawer.rs:30–37  ·  view source on GitHub ↗

The `drawer` component [Documentation](https://github.com/material-components/material-components-web-components/tree/master/packages/drawer)

Source from the content-addressed store, hash-verified

28///
29/// [Documentation](https://github.com/material-components/material-components-web-components/tree/master/packages/drawer)
30pub struct Drawer {
31 props: DrawerProps,
32 node_ref: NodeRef,
33 opened_listener: Option<EventListener>,
34 closed_listener: Option<EventListener>,
35 animation_frame: i32,
36 animation_timer: i32,
37}
38
39pub enum DrawerMsg {
40 Open,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected