MCPcopy
hub / github.com/marimo-team/marimo / ClearButton

Function ClearButton

frontend/src/components/buttons/clear-button.tsx:11–23  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

9}
10
11export const ClearButton: React.FC<ClearButtonProps> = (props) => (
12 <button
13 type="button"
14 data-testid={props.dataTestId}
15 className={cn(
16 "text-xs font-semibold text-accent-foreground",
17 props.className,
18 )}
19 onClick={props.onClick}
20 >
21 Clear
22 </button>
23);

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…