MCPcopy Create free account
hub / github.com/Siglave/copy-paste-css / copyCss

Function copyCss

pages/index.js:59–62  ·  view source on GitHub ↗
(css)

Source from the content-addressed store, hash-verified

57export default function ButtonPage() {
58
59 const copyCss = (css) => () => {
60 navigator.clipboard.writeText(css)
61 toast.dark('🚀 CSS Copied!');
62 }
63
64 return (
65 <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected