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.
import { Component } from "@/components/ui/navabar"; export default function DemoOne() { return <Component />; }