Components
A NavBar Button that answers visitors question of "What's next?" In a single place. The title, description, icon, and badge (which is awesome) give anyone the minimum details to act
Loading preview...
import { NavButtonDropdown } from "@/components/ui/navbar-custom-dropdown-button";
export default function DemoOne() {
return (
<main className="bg-base-100 w-screen h-screen flex items-center px-20 justify-center">
<NavButtonDropdown />
</main>
)
}