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

Function Legend

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

Source from the content-addressed store, hash-verified

1import T from 'prop-types';
2
3function Legend({ children, className }) {
4 return <legend className={`mb-1 font-semibold ${className}`}>{children}</legend>;
5}
6
7Legend.propTypes = {
8 children: T.node.isRequired,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected