DeferredAIWidget
Loads the heavy AI widget after LCP/idle.
Not VerifiedComponent1 file
Preview
Preview not yet added for DeferredAIWidget.
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/deferred-ai-widgetUsage
import { DeferredAIWidget } from "@/components/ui/DeferredAIWidget";
export default function Example() {
return <DeferredAIWidget />;
}Source
Loading source...