(props: any)
| 246 | }; |
| 247 | |
| 248 | const 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 |
| 270 | class Example7 extends React.Component { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…