Components
Floating panel for selecting a university from a list. Renders institution rows with logo, name, tagline, left-border hover accent, and animated arrow. Includes an AI-live badge footer. Accepts a schools array with optional logoUrl and primaryColor per school.
Loading preview...
import SchoolSelectorPanel from "@/components/ui/school-selector-panel"
export default function Demo() {
return <SchoolSelectorPanel />
}