Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/
Class
code/composition/src/Header.jsx:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import PropTypes from
'prop-types'
;
3
4
export default class Header extends React.Component {
5
render() {
6
return (
7
<header>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected