/** * v0 by Vercel. * @see https://v0.dev/t/UDZzzkUY7Fe * Documentation: https://v0.dev/docs#integrating-generated-code-into-your-nextjs-app */ import Link from "next/link" import { Input } from "@/components/ui/input" import { Button } from "@/components/ui/button" import { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator } from "@/components/ui/dropdown-menu" import { Avatar, AvatarImage, AvatarFallback } from "@/components/ui/avatar" export default function Component() { return (
YouTube
JP Your Channel YouTube Studio Settings Help Sign out
View Thumbnail

Vercel Ship Keynote: Introducing the frontend cloud

Vercel
1.2M views
View Thumbnail

Introducing v0: Generative UI

Vercel
300K views
View Thumbnail

Using Vercel KV with Svelte

Lee Robinson
21K views
View Thumbnail

Loading UI with Next.js 13

Delba
12K views
View Thumbnail

Vercel Ship Keynote: Introducing the frontend cloud

Vercel
1.2M views
View Thumbnail

Introducing v0: Generative UI

Vercel
300K views
View Thumbnail

Using Vercel KV with Svelte

Lee Robinson
21K views
View Thumbnail

Loading UI with Next.js 13

Delba
12K views
) } function BellIcon(props) { return ( ) } function HomeIcon(props) { return ( ) } function LibraryIcon(props) { return ( ) } function SearchIcon(props) { return ( ) } function ShoppingCartIcon(props) { return ( ) } function TrendingUpIcon(props) { return ( ) } function UploadIcon(props) { return ( ) } function YoutubeIcon(props) { return ( ) }