MCPcopy Index your code
hub / github.com/Lobos/react-ui / Example

Function Example

docs/src/js/Example.js:5–9  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

3import { PropTypes } from 'react';
4
5const Example = (props) => {
6 return (
7 <div className="docs-example">{props.children}</div>
8 );
9};
10
11Example.propTypes = {
12 children: PropTypes.any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…