MCPcopy Create free account
hub / github.com/DioxusLabs/dioxus-components / CopyIcon

Function CopyIcon

preview/src/main.rs:461–468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459
460#[component]
461fn CopyIcon() -> Element {
462 rsx! {
463 Copy {
464 width: "24px",
465 height: "24px",
466 }
467 }
468}
469
470#[component]
471fn CheckIcon() -> Element {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected