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

Function Section

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected