This is fixed bottom navigation
Loading preview...
import { FixedBottomNavigation } from "@/components/ui/fixed-bottom-navigation"; export default function DemoOne() { return <FixedBottomNavigation />; }