AIWidget
AIWidget component
Not VerifiedComponent5 files
Preview
Preview not yet added for AIWidget.
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/ai-widgetDependencies
npm i motionUsage
import { AIWidget } from "@/components/ui/AIWidget";
export default function Example() {
return <AIWidget />;
}Source
Loading source...