MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / MobileBottomNavProps

Interface MobileBottomNavProps

src/components/MobileBottomNav.tsx:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Map, Layers, BarChart3 } from "lucide-react";
2
3interface MobileBottomNavProps {
4 activeTab: "map" | "fields" | "analytics";
5 onTabChange: (tab: "map" | "fields" | "analytics") => void;
6}
7
8const tabs = [
9 { id: "map" as const, icon: Map, label: "Map" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected