Components
This component features a responsive "capsule" layout with interactive Floating Action Menus for tools and model selection (Fast, Thinking, Pro). Includes animated suggestion chips, hover states, and full Dark Mode support. Built with React, Tailwind CSS, and Lucide Icons.
Loading preview...
import { Component } from "@/components/ui/gemini-3-input";
export default function DemoOne() {
return <Component />;
}