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

Function copyCss

pages/form-input-text.js:49–52  ·  view source on GitHub ↗
(css)

Source from the content-addressed store, hash-verified

47export default function FormInputPage() {
48
49 const copyCss = (css) => () => {
50 navigator.clipboard.writeText(css)
51 toast.dark('🚀 CSS Copied!');
52 }
53
54 return (
55 <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected