MCPcopy Create free account
hub / github.com/dot-billy/nodebyte / Toggle

Function Toggle

frontend/src/components/admin-user-dialog.tsx:23–43  ·  view source on GitHub ↗
({ checked, onChange, label, activeColor = "bg-emerald-500", icon }: {
  checked: boolean;
  onChange: (v: boolean) => void;
  label: string;
  activeColor?: string;
  icon?: React.ReactNode;
})

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected