MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / Info

Function Info

stories/examples/Props.js:5–12  ·  view source on GitHub ↗
({ component })

Source from the content-addressed store, hash-verified

3import PropTypes from 'prop-types';
4
5function Info({ component }) {
6 return (
7 <div>
8 <h5>{component.name}</h5>
9 <ArgsTable of={component} />
10 </div>
11 );
12}
13
14function Props({ component, components = [] }) {
15 return (

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…