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

Class IconButtonToggle

src/icon_button_toggle.rs:19–23  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

17///
18/// [Documentation](https://github.com/material-components/material-components-web-components/tree/master/packages/icon-button-toggle)
19pub struct IconButtonToggle {
20 props: IconButtonToggleProps,
21 node_ref: NodeRef,
22 change_listener: Option<EventListener>,
23}
24
25/// Props for [`IconButtonToggle`]
26///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected