MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / WarningAlert

Function WarningAlert

docs/app/ui/warning-alert.tsx:10–16  ·  view source on GitHub ↗
({ children, title, className }: WarningAlertProps)

Source from the content-addressed store, hash-verified

8}
9
10export const WarningAlert = ({ children, title, className }: WarningAlertProps) => {
11 return (
12 <Alert variant="warning" title={title} className={className}>
13 {children}
14 </Alert>
15 )
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…