MCPcopy Create free account
hub / github.com/parse-community/parse-dashboard / PIGRow

Function PIGRow

src/parse-interface-guide/PIG.react.js:18–23  ·  view source on GitHub ↗
({ title, children })

Source from the content-addressed store, hash-verified

16import { withRouter } from 'lib/withRouter';
17
18const PIGRow = ({ title, children }) => (
19 <div>
20 <div className={styles.header}>{title}</div>
21 <div className={styles.row}>{children}</div>
22 </div>
23);
24
25@withRouter
26class PIG extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected