Components
A clean navbar that looks invisible at the top and smoothly turns into a blurred bar when you scroll down. The text stays white and doesn’t move or change size.
Loading preview...
import { Component } from "@/components/ui/navabar";
export default function DemoOne() {
return <Component />;
}