MCPcopy Create free account
hub / github.com/developmentseed/stac-react / Header

Function Header

example/src/layout/Header/index.jsx:1–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function Header() {
2 return (
3 <header className="bg-slate-100 p-4">
4 <span className="text-base tracking-wide uppercase font-bold mr-10">
5 STAC-React Example App
6 </span>
7 </header>
8 );
9}
10
11export default Header;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected