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

Function Example6

types/reactstrap-tests.tsx:248–267  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

246};
247
248const Example6 = (props: any) => {
249 return (
250 <div>
251 <Breadcrumb tag="nav">
252 <BreadcrumbItem tag="a" href="#">
253 Home
254 </BreadcrumbItem>
255 <BreadcrumbItem tag="a" href="#">
256 Library
257 </BreadcrumbItem>
258 <BreadcrumbItem tag="a" href="#">
259 Data
260 </BreadcrumbItem>
261 <BreadcrumbItem active tag="span">
262 Bootstrap
263 </BreadcrumbItem>
264 </Breadcrumb>
265 </div>
266 );
267};
268
269// ------------- Buttons
270class Example7 extends React.Component {

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…