MCPcopy Create free account
hub / github.com/codingforentrepreneurs/jref.io / LinksCreateHtmlForm

Function LinksCreateHtmlForm

src/app/links/createHtmlForm.js:2–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1
2export default function LinksCreateHtmlForm () {
3 return <>
4 <form action="/api/links" method="POST">
5 <input type="text" defaultValue="https://github.com/codingforentrepreneurs/jref.io" name="url" placeholder="Your url to shorten"/>
6 <button type="submit">Shorten</button>
7
8 </form>
9 </>
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected