use-copy
Copies the content in text format of a reference.
Module
import { useCopy } from "@atomico/hooks/use-copy";Syntax
const copy:()=>void = useCopy(ref);Example
Last updated
Was this helpful?
Copies the content in text format of a reference.
import { useCopy } from "@atomico/hooks/use-copy";const copy:()=>void = useCopy(ref);Last updated
Was this helpful?
Was this helpful?