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

Function PrimaryButton

example/src/components/buttons/index.jsx:27–33  ·  view source on GitHub ↗
({ children, ...rest })

Source from the content-addressed store, hash-verified

25};
26
27export function PrimaryButton({ children, ...rest }) {
28 return (
29 <Button {...rest} className="bg-slate-600 text-white active:bg-slate-700">
30 {children}
31 </Button>
32 );
33}
34
35PrimaryButton.propTypes = ButtonType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected