MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / render

Function render

packages/xadmin-bootstrap/src/layout.js:45–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44class Page extends React.Component {
45 render() {
46 return (
47 <Container className={'px-0 ' + this.props.className} style={this.props.style} fluid>
48 <Navbar key="page-nav" bg="light" className="mb-3">
49 <Navbar.Brand>{ this.props.title }</Navbar.Brand>
50 {this.props.nav}
51 </Navbar>
52 <React.Fragment key="page-content">
53 {this.props.children}
54 </React.Fragment>
55 </Container>
56 )}
57}
58
59class TopNav extends React.Component {

Callers 7

BatchDelete.jsFile · 0.50
BatchChange.jsFile · 0.50
Pages.jsFile · 0.50
Items.jsFile · 0.50
Transfer.jsFile · 0.50
rrs.jsFile · 0.50
mappers.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected