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

Method render

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

Source from the content-addressed store, hash-verified

5
6class Bread extends React.Component {
7 render() {
8 return (
9 <Breadcrumb>
10 <Breadcrumb.Item href="#">
11 Home
12 </Breadcrumb.Item>
13 <Breadcrumb.Item active>
14 Data
15 </Breadcrumb.Item>
16 </Breadcrumb>
17 )}
18}
19
20class Footer extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected