MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / Input

Function Input

dashboard/shell/src/sdk.jsx:178–180  ·  view source on GitHub ↗
({ className, ...rest })

Source from the content-addressed store, hash-verified

176}
177
178export function Input({ className, ...rest }) {
179 return React.createElement("input", { className: cn("ts-input", className), ...rest });
180}
181
182export function Checkbox({ className, ...rest }) {
183 return React.createElement("input", {

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected