ExperimentErrorBoundary

Error boundary for experiment components.

Not VerifiedComponent1 file
razi-style

Preview

Preview not yet added for ExperimentErrorBoundary.

Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.

Install

npx shadcn add https://www.razisyed.cv/r/experiment-error-boundary

Usage

import { ExperimentErrorBoundary } from "@/components/ui/ExperimentErrorBoundary";

export default function Example() {
  return <ExperimentErrorBoundary />;
}

Source

Loading source...
razi's registry