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

Function H2

example/src/components/headers/index.jsx:3–5  ·  view source on GitHub ↗
({ children, className })

Source from the content-addressed store, hash-verified

1import T from 'prop-types';
2
3export function H2({ children, className }) {
4 return <h2 className={`font-bold text-lg ${className}`}>{children}</h2>;
5}
6
7const Props = {
8 children: T.node.isRequired,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected