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

Function Example

stories/examples/Breadcrump/NoList.js:4–21  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

2import { Breadcrumb, BreadcrumbItem } from 'reactstrap';
3
4function Example(props) {
5 return (
6 <Breadcrumb tag="nav" listTag="div">
7 <BreadcrumbItem tag="a" href="#">
8 Home
9 </BreadcrumbItem>
10 <BreadcrumbItem tag="a" href="#">
11 Library
12 </BreadcrumbItem>
13 <BreadcrumbItem tag="a" href="#">
14 Data
15 </BreadcrumbItem>
16 <BreadcrumbItem active tag="span">
17 Bootstrap
18 </BreadcrumbItem>
19 </Breadcrumb>
20 );
21}
22
23export default Example;

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…