'use client'
import { Bell } from "lucide-react"
import { Button } from "../ui/button"
export const Noti = ()=>{
return <Button variant={'ghost'} size={'icon'}>
<Bell className="h-4 w-4"/>
</Button>
}
here is my current notification icon.
i want to add information to show how many new notification didn't read | A shadcn/ui and v0 generation - v0