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

Function Select

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

Source from the content-addressed store, hash-verified

188}
189
190export function Select({ className, children, ...rest }) {
191 return React.createElement("select", { className: cn("ts-input", className), ...rest }, children);
192}
193
194export function SelectOption({ children, ...rest }) {
195 return React.createElement("option", rest, children);

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected